Skip to content

Commit

Permalink
Merge #3638 into 3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
  • Loading branch information
Oleh Dokuka committed Nov 13, 2023
2 parents 00a814b + 9e9649c commit 028dfa5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,13 @@ public void onError(Throwable t) {
return;
}

done = true;
if (!Exceptions.addThrowable(ERROR, this, t)) {
Operators.onErrorDroppedMulticast(t, subscribers);
return;
}

done = true;

long previousState = markTerminated(this);
if (isTerminated(previousState) || isCancelled(previousState)) {
return;
Expand Down

0 comments on commit 028dfa5

Please sign in to comment.