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

Fixes: Scheduler and Merge #437

Merged
merged 2 commits into from
Oct 16, 2013

Conversation

benjchristensen
Copy link
Member

  1. Scheduler overload with recursive support

Fixed while working with @headinthebox

  1. unsubscribe was not propagating to parent Observable on merge(Observable<Observable>)

Found and fixed while working with infinite streams. Merge was correctly unsubscribing from all children which means it was always working when doing something like merge(a, b), but it wasn't correctly unsubscribing if given a single Observable<Observable<T>>

benjchristensen added a commit that referenced this pull request Oct 16, 2013
@benjchristensen benjchristensen merged commit f504c65 into ReactiveX:master Oct 16, 2013
@benjchristensen benjchristensen deleted the bug-fixes branch October 16, 2013 06:23
@cloudbees-pull-request-builder

RxJava-pull-requests #349 SUCCESS
This pull request looks good

rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
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