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 365a2f9 commit e69445bCopy full SHA for e69445b
src/com/rabbitmq/client/impl/ChannelN.java
@@ -480,10 +480,10 @@ private void asyncShutdown(Command command) throws IOException {
480
processShutdownSignal(signal, true, false);
481
quiescingTransmit(new Channel.CloseOk());
482
} finally {
483
+ releaseChannel();
484
notifyOutstandingRpc(signal);
485
}
486
- releaseChannel();
487
notifyListeners();
488
489
0 commit comments