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

fix Channel.close, Connection._connect #139

Closed hujijun closed 8 months ago

hujijun commented 1 year ago
  1. Channel.close, When closing the channel, the connection has been closed and the channel status has not been closed

  2. Connection._connect, Blocking due to network or service issues when creating a connection