-
Notifications
You must be signed in to change notification settings - Fork 595
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add QueueDeclareAsync to IChannel and a test for it.
Add QueuDeclareAsync. Not working yet. First stab at implementing QueueDeclareAsync Finish implementing QueueDeclareAsync API Update Replace RPC lock with SemaphoreSlim that is also used for full-async methods. Add test of concurrent queue declarations. Update projects/RabbitMQ.Client/client/impl/ChannelBase.cs Co-authored-by: Stefán Jökull Sigurðarson <[email protected]> Update projects/RabbitMQ.Client/client/impl/RpcContinuationQueue.cs Co-authored-by: Stefán Jökull Sigurðarson <[email protected]> PR review suggestions
- Loading branch information
1 parent
26e5657
commit 549f461
Showing
8 changed files
with
226 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.