We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112c0f1 commit f17a7f6Copy full SHA for f17a7f6
server/src/main/java/com/hedera/block/server/mediator/LiveStreamMediatorImpl.java
@@ -155,7 +155,7 @@ public void unsubscribe(
155
final BlockItemEventHandler<ObjectEvent<SubscribeStreamResponse>> handler) {
156
157
// Shutdown the handler
158
-// handler.awaitShutdown();
+ handler.awaitShutdown();
159
160
// Remove the subscriber
161
final var batchEventProcessor = subscribers.remove(handler);
0 commit comments