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