Skip to content

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