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 559c72e commit 8479b4eCopy full SHA for 8479b4e
projects/client/RabbitMQ.Client/src/client/impl/ModelBase.cs
@@ -955,7 +955,7 @@ public void WaitForConfirmsOrDie()
955
if (!WaitForConfirms()) {
956
Close(new ShutdownEventArgs(ShutdownInitiator.Application,
957
CommonFraming.Constants.ReplySuccess,
958
- "Goodbye", new IOException("nack received")),
+ "Nacks Received", new IOException("nack received")),
959
false);
960
throw new OperationInterruptedException(CloseReason);
961
}
0 commit comments