antonyvorontsov / RabbitMQ.Client.Core.DependencyInjection

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

copy and paste error in dispose #62

Closed JanEggers closed 3 years ago

JanEggers commented 3 years ago

https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection/blob/b021237baef07e110bd7b66d47b581832c55f602/src/RabbitMQ.Client.Core.DependencyInjection/Services/QueueService.cs#L79

this should be consumingconnection i guess

antonyvorontsov commented 3 years ago

Yup. Thank you, Jan.

I'll fix it right here https://github.com/AntonyVorontsov/RabbitMQ.Client.Core.DependencyInjection/pull/73