X Tutup
Skip to content

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

Merged
benjchristensen merged 1 commit intoReactiveX:1.xfrom
akarnokd:TakeUntilTerminationFix
Mar 6, 2015
Merged

Fixed takeUntil not unsubscribing from either of the observables in case#2809
benjchristensen merged 1 commit intoReactiveX:1.xfrom
akarnokd:TakeUntilTerminationFix

Conversation

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

X Tutup