Skip to content

Commit 112c0f1

Browse files
wip: try GHAs with awaitShutdown() disabled
Signed-off-by: Matt Peterson <matt.peterson@swirldslabs.com>
1 parent 70e2af2 commit 112c0f1

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)