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 bc387d1 + 56eebb5 commit 33819b5Copy full SHA for 33819b5
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