Skip to content

Commit 87f2a4e

Browse files
author
Steve Powell
committed
Merge in default
2 parents d133279 + dd8b151 commit 87f2a4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/rabbitmq/client/impl/ChannelManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ public void handleSignal(ShutdownSignalException signal) {
8686
releaseChannelNumber(channel);
8787
channel.processShutdownSignal(signal, true, true);
8888
shutdownSet.add(channel.getShutdownLatch());
89+
channel.notifyListeners();
8990
}
9091
scheduleShutdownProcessing();
9192
}

0 commit comments

Comments
 (0)