mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Broadcaster: Shutdown executor
This commit is contained in:
parent
e25c27ec99
commit
7e984f86ca
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ public class Broadcaster implements BroadcastHandler.ResultHandler {
|
||||||
// so we can expect that we get onCompleted called very fast and trigger the doShutDown from there.
|
// so we can expect that we get onCompleted called very fast and trigger the doShutDown from there.
|
||||||
maybeBroadcastBundle();
|
maybeBroadcastBundle();
|
||||||
}
|
}
|
||||||
|
executor.shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void flush() {
|
public void flush() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue