eandersson / amqpstorm

Thread-safe Python RabbitMQ Client & Management library
https://www.amqpstorm.io/
MIT License
186 stars 36 forks source link

Protect against a race condition in channel [#132] #133

Closed eandersson closed 2 months ago

eandersson commented 2 months ago

It's safe to start processing events even if the consumer tag isn't set yet.