Skip to content

Commit e69445b

Browse files
author
Tim Watson
committed
release channel ids before notifiying outstanding rpc calls
1 parent 365a2f9 commit e69445b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,10 +480,10 @@ private void asyncShutdown(Command command) throws IOException {
480480
processShutdownSignal(signal, true, false);
481481
quiescingTransmit(new Channel.CloseOk());
482482
} finally {
483+
releaseChannel();
483484
notifyOutstandingRpc(signal);
484485
}
485486
}
486-
releaseChannel();
487487
notifyListeners();
488488
}
489489

0 commit comments

Comments
 (0)