rabbitmq-dotnet-client
rabbitmq-dotnet-client copied to clipboard
RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+
https://docs.microsoft.com/en-us/dotnet/api/system.collections.immutable?view=net-6.0
I've created a separate issue for the discussion about the supported frameworks originating in #857 Copied the last response from @danielmarbach > > Considering that .NET Framework will probably not...
I asked for some actionable feedback: https://news.ycombinator.com/item?id=23263536 > If the library were being designed from scratch today, pretty much every method on the model would be Async. After all, if...
This is something that I have been wondering about for some time on what would be the best approach for observability. Since debugging a library like this can be hard,...
Follow-up work from #713 As suggested by @bording in [this comment](https://github.com/rabbitmq/rabbitmq-dotnet-client/pull/713#issuecomment-586427775)
See #264 This _might_ be something to do. Worth investigating for 7.0.
The RabbitMQ client currently allocates a lot of unnecessary memory and has a lot of GC overhead. I'm currently working on a PR to reduce the allocations being made, and...
I've run into an issue where an exception happens after recovery which causes the connection to be closed and no attempt to recover. As far as I can tell from...
This is recurring question that pops up every year or two, most recently in #402. The protocol has two types of methods: * Synchronous: require a response, e.g. `queue.declare` *...
Also enable TLS tests.