Broadcaster: Shutdown executor

This commit is contained in:
Alva Swanson 2023-02-05 13:38:50 +01:00
parent e25c27ec99
commit 7e984f86ca
No known key found for this signature in database
GPG key ID: 004760E77F753090

View file

@ -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() {