Skip to content

Commit

Permalink
fixes AssertSubscriber to terminate upstream if ASYNC fusion
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
OlegDokuka committed Feb 27, 2021
1 parent 61652c3 commit ce62903
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ void drain() {
t = qs.poll();
if (t == null) {
if (done) {
qs.clear(); // clear upstream to terminated it due to the contract
cdl.countDown();
return;
}
Expand Down

0 comments on commit ce62903

Please sign in to comment.