Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix subscribers being retained by SinkOneMulticast #3002

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

simonbasle
Copy link
Contributor

This commit fixes a leak where subscribers are retained by SinkOneMulticast
despite cancellation. The NextInner didn't remove itself from its parent on
cancellation.

Fixes #3001.

@simonbasle simonbasle requested a review from a team as a code owner April 7, 2022 09:38
@simonbasle simonbasle added this to the 3.4.17 milestone Apr 7, 2022
@simonbasle simonbasle added the type/bug A general bug label Apr 7, 2022
@simonbasle simonbasle self-assigned this Apr 7, 2022
@simonbasle simonbasle requested a review from a team April 7, 2022 09:38
@simonbasle simonbasle merged commit 8069f4c into 3.4.x Apr 7, 2022
@reactorbot
Copy link

@simonbasle this PR seems to have been merged on a maintenance branch, please ensure the change is merge-forwarded to intermediate maintenance branches and up to main 🙇

@simonbasle simonbasle deleted the 3000-sinkOneMulticastSubscriberLeak branch April 7, 2022 14:59
@simonbasle
Copy link
Contributor Author

merged into 3.5.0-M2 via commit 8069f4c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants