You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#37
* Begin by copying test from Java AMQP client.
* Continue fleshing out `ConsumerPauseTests`
* Use async/await to ensure management links are started up in order.
* Add method to get `IQueueInfo`
* Rename some async methods to end with `Async` suffix
* Finish implementation of `GetQueueInfoAsync`
* Bump up retries
* Do not `stopOnFail` when running tests
* More work on `PauseShouldStopMessageArrivalUnpauseShouldResumeIt` test
* Move HTTP API code that uses `EasyNetQ.Management.Client` to its own class
* Make publisher and consumer builders OpenAsync
* Implement `IConsumer.Pause`
* Add `Pause` to test and it appears to work correctly, huzzah
* Renaming methods that return `Task` or `Task<T>` to end with `Async` suffic
* Re-ordering methods in `AmqpConnection` so that they are in public, internal, private order
* Enable semaphores in `AmqpConnection` and add `IDisposable`
* Implement `Unpause`
* Finish `PauseShouldStopMessageArrivalUnpauseShouldResumeIt` test
0 commit comments