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.
1 parent ef562e7 commit 56eebb5Copy full SHA for 56eebb5
rxjava-core/src/main/java/rx/subjects/SubjectSubscriptionManager.java
@@ -94,7 +94,7 @@ public void call() {
94
}));
95
if (subscription.isUnsubscribed()) {
96
addedObserver = false;
97
- break;
+ return;
98
}
99
// on subscribe add it to the map of outbound observers to notify
100
newState = current.addObserver(subscription, observer);
0 commit comments