Skip to content

Commit 5b45d25

Browse files
authored
Merge pull request #1636 from bollhals/continuations
simplify IncomingCommand.ReturnBuffers handling
2 parents d1f8f75 + d8429a4 commit 5b45d25

File tree

3 files changed

+227
-363
lines changed

3 files changed

+227
-363
lines changed

projects/RabbitMQ.Client/client/framing/Channel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ protected override Task<bool> DispatchCommandAsync(IncomingCommand cmd, Cancella
143143
}
144144
case ProtocolCommandId.ConnectionUnblocked:
145145
{
146-
HandleConnectionUnblocked(cmd);
146+
HandleConnectionUnblocked();
147147
return Task.FromResult(true);
148148
}
149149
default:

0 commit comments

Comments
 (0)