eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
MIT License
188 stars 36 forks source link

Fix issue consuming on the same channel across threads [#132] #134

Closed eandersson closed 3 months ago

eandersson commented 3 months ago

Add a lock to fix a race condition when trying to consume using the same channel across multiple threads.