veegee / amqpy

Pure-Python 2 & 3 AMQP client library
http://amqpy.readthedocs.org/
Other
32 stars 5 forks source link

Need an exception on network failure. [Mandatory, because how else would you know?] #31

Open aniketd opened 8 years ago

aniketd commented 8 years ago

Producer continues to publish and Consumer's loop is stuck silently on failure of network connection to broker.

How should a client application be notified that the connection is broken?

A connection exception?