gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

Prevent lock-up when connecting to a booting server (gmr#133) #134

Closed AndTornes closed 1 month ago

AndTornes commented 3 years ago

Add timeout on waiting for channel open. Prevents lock-up when attempting to connect to a booting server (gmr#133)