1
0
mirror of synced 2024-06-25 22:07:39 +00:00
Tapeti/Tapeti/Connection
Mark van Renswoude 3aee6f1c53 Fixed #38 Durable queues are verified more than once
Caused by non thread-safe code when applying bindings. Replaced Task.WhenAll with a simple loop, as the performance benefits are negligable and it's only at startup anyways.
Also changed binding methods to use ValueTask.
2022-02-09 12:42:05 +01:00
..
IConnectionEventListener.cs Possible fix for #18 Two consumers from same connection after reconnect 2019-10-10 16:03:47 +02:00
ITapetiClient.cs Fixed #34 Reconnect not working when restarting RabbitMQ 2021-09-21 16:17:14 +02:00
TapetiBasicConsumer.cs Split parts into separate repositories 2021-10-07 15:38:43 +02:00
TapetiChannel.cs Separated publishing into separate channel and task queue 2021-07-18 13:27:10 +02:00
TapetiClient.cs Code style cleanup 2022-02-09 09:50:25 +01:00
TapetiConsumer.cs Implemented #37 Support injection of CancellationToken in message handlers 2021-10-29 15:47:48 +02:00
TapetiPublisher.cs Separated publishing into separate channel and task queue 2021-07-18 13:27:10 +02:00
TapetiSubscriber.cs Fixed #38 Durable queues are verified more than once 2022-02-09 12:42:05 +01:00