Skip to content

Commit f17a7f6

Browse files
uncomment
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
1 parent 112c0f1 commit f17a7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/hedera/block/server/mediator/LiveStreamMediatorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public void unsubscribe(
155155
final BlockItemEventHandler<ObjectEvent<SubscribeStreamResponse>> handler) {
156156

157157
// Shutdown the handler
158-
// handler.awaitShutdown();
158+
handler.awaitShutdown();
159159

160160
// Remove the subscriber
161161
final var batchEventProcessor = subscribers.remove(handler);

0 commit comments

Comments
 (0)