We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec374c + e85c404 commit 5f4ca71Copy full SHA for 5f4ca71
rxjava-core/src/main/java/rx/operators/OperationMergeDelayError.java
@@ -168,7 +168,7 @@ public Subscription onSubscribe(Observer<? super T> actualObserver) {
168
/**
169
* Subscribe to the parent Observable to get to the children Observables
170
*/
171
- completeSubscription.add(sequences.subscribe(new ParentObserver(actualObserver)));
+ completeSubscription.add(sequences.subscribe(new ParentObserver(synchronizedObserver)));
172
173
/* return our subscription to allow unsubscribing */
174
return completeSubscription;
0 commit comments