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 70e2af2 commit 112c0f1Copy full SHA for 112c0f1
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