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 b79c261 commit 304b99dCopy full SHA for 304b99d
projects/RabbitMQ.Client/client/impl/MainSession.cs
@@ -106,7 +106,7 @@ public void SetSessionClosing(bool closeIsServerInitiated)
106
}
107
else
108
{
109
- throw new InvalidOperationException("[DEBUG] couldn't enter semaphore");
+ throw new InvalidOperationException("couldn't enter semaphore");
110
111
112
@@ -129,7 +129,7 @@ public async Task SetSessionClosingAsync(bool closeIsServerInitiated)
129
130
131
132
- throw new InvalidOperationException("[DEBUG] couldn't async enter semaphore");
+ throw new InvalidOperationException("couldn't async enter semaphore");
133
134
135
0 commit comments