Skip to content

rxcpp: Fix data race in composite_subscription#481

Merged
kirkshoop merged 1 commit intoReactiveX:masterfrom
iam:fix-475
Feb 13, 2019
Merged

rxcpp: Fix data race in composite_subscription#481
kirkshoop merged 1 commit intoReactiveX:masterfrom
iam:fix-475

Conversation

@iam
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants