Skip to content

Commit

Permalink
Merge pull request #1636 from bollhals/continuations
Browse files Browse the repository at this point in the history
simplify IncomingCommand.ReturnBuffers handling
  • Loading branch information
lukebakken authored Jul 22, 2024
2 parents d1f8f75 + d8429a4 commit 5b45d25
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 363 deletions.
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/client/framing/Channel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected override Task<bool> DispatchCommandAsync(IncomingCommand cmd, Cancella
}
case ProtocolCommandId.ConnectionUnblocked:
{
HandleConnectionUnblocked(cmd);
HandleConnectionUnblocked();
return Task.FromResult(true);
}
default:
Expand Down
Loading

0 comments on commit 5b45d25

Please sign in to comment.