Skip to content

Commit

Permalink
Close message processor downstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jul 8, 2020
1 parent c548afc commit 545b3b3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ Mono<Void> updateDisposition(String lockToken, DispositionStatus dispositionStat
@Override
public void close() {
if (!isDisposed.getAndSet(true)) {
processor.onComplete();
linkProcessor.cancel();
processor.dispose();
}
}

Expand Down

0 comments on commit 545b3b3

Please sign in to comment.