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

rxcpp: Fix data race in composite_subscription #481

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

iam
Copy link
Contributor

@iam iam commented Feb 11, 2019

composite_subscription_inner had missing checks which could lead to add/remove/clear
racing against unsubscribe.

(See the issue for more details).

Fixes: #475

@kirkshoop
Copy link
Member

This looks great! I love the comments!

composite_subscription_inner had missing checks which could lead to add/remove/clear
racing against unsubscribe.

(See the issue for more details).

Fixes: ReactiveX#475
@kirkshoop
Copy link
Member

Looks great!

@kirkshoop kirkshoop merged commit aac2fc9 into ReactiveX:master Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants