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 fe05d16 commit ceb96dcCopy full SHA for ceb96dc
projects/client/RabbitMQ.Client/src/client/impl/QuiescingSession.cs
@@ -87,7 +87,7 @@ public override void HandleFrame(Frame frame)
87
if (frame.Type == CommonFraming.Constants.FrameMethod) {
88
MethodBase method = Connection.Protocol.DecodeMethodFrom(frame.GetReader());
89
if ((method.ProtocolClassId == CommonFramingSpecs.ChannelCloseOk.ClassId)
90
- && (method.ProtocolMethodId == CommonFramingSpecs.ChannelCloseOk.MethodId))
+ && (method.ProtocolMethodId == CommonFramingSpecs.ChannelCloseOk.MethodId))
91
{
92
// This is the reply we were looking for. Release
93
// the channel with the reason we were passed in
0 commit comments