Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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