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 3cf00a1 commit 579ae0bCopy full SHA for 579ae0b
test/src/com/rabbitmq/client/test/BrokerTestCase.java
@@ -156,8 +156,8 @@ public void expectChannelError(int error) {
156
channel.basicQos(0);
157
fail("Expected channel error " + error);
158
} catch (IOException ioe) {
159
- // If we immediately provoke the channel to close after flushing
160
- // it with the sync basicQos above.
+ // If we get a channel close back when flushing it with the
+ // synchronous basicQos above.
161
checkShutdownSignal(error, ioe);
162
} catch (AlreadyClosedException ace) {
163
// If it has already closed of its own accord before we got there.
0 commit comments