antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

.Net Core library-wrapper of RabbitMQ.Client for Dependency Injection.
MIT License
111 stars 36 forks source link

Unacked messages on consuming! #32

Closed ussamoo closed 4 years ago

ussamoo commented 4 years ago

The Library throw an Exception (Exception thrown: 'RabbitMQ.Client.Exceptions.AlreadyClosedException') and messages are unakced.

The project samples throw the exception below on messages consuming:

image

antonyvorontsov commented 4 years ago

Thanks man. I will make a new patch release ASAP.

It will take some time to fix unit tests and write a changelong as well

ussamoo commented 4 years ago

Sorry ! I didn't check the unit tests because i thought they weren't impacted by my small change.

antonyvorontsov commented 4 years ago

I drafted a new release. It is right here https://www.nuget.org/packages/RabbitMQ.Client.Core.DependencyInjection/3.2.1

Thanks again! This bug was kind a mess