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 0a47847 commit 1de0edfCopy full SHA for 1de0edf
src/main/java/com/rabbitmq/client/impl/ChannelN.java
@@ -601,7 +601,7 @@ public AMQCommand transformReply(AMQCommand command) {
601
boolean notify = false;
602
try {
603
// Synchronize the block below to avoid race conditions in case
604
- // connnection wants to send Connection-CloseOK
+ // connection wants to send Connection-CloseOK
605
synchronized (_channelMutex) {
606
startProcessShutdownSignal(signal, !initiatedByApplication, true);
607
quiescingRpc(reason, k);
0 commit comments