Skip to content

Commit 8479b4e

Browse files
author
Alexandru Scvortov
committed
special message for WaitForConfirmsOrDie
1 parent 559c72e commit 8479b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ModelBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ public void WaitForConfirmsOrDie()
955955
if (!WaitForConfirms()) {
956956
Close(new ShutdownEventArgs(ShutdownInitiator.Application,
957957
CommonFraming.Constants.ReplySuccess,
958-
"Goodbye", new IOException("nack received")),
958+
"Nacks Received", new IOException("nack received")),
959959
false);
960960
throw new OperationInterruptedException(CloseReason);
961961
}

0 commit comments

Comments
 (0)