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

Fixed takeUntil not unsubscribing from either of the observables in case #2809

Merged
merged 1 commit into from
Mar 6, 2015

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Mar 5, 2015

of a terminal condition.

This issue came up in a group discussion (but is unrelated to the actual problem there). The problem was that takeUntil was unsafeSubscribed to, there was no one to terminate either the main or the other observable on a terminal condition, leaving the connection to upstream active indefinitely.

@akarnokd akarnokd added the Bug label Mar 5, 2015
@benjchristensen
Copy link
Member

Thanks for figuring this out and fixing.

benjchristensen added a commit that referenced this pull request Mar 6, 2015
Fixed takeUntil not unsubscribing from either of the observables in case
@benjchristensen benjchristensen merged commit 4f29be4 into ReactiveX:1.x Mar 6, 2015
@benjchristensen benjchristensen mentioned this pull request Mar 6, 2015
@akarnokd akarnokd deleted the TakeUntilTerminationFix branch March 11, 2015 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants