gmr / rabbitpy

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

Exception raised when exiting consumer generator #3

Closed gmr closed 11 years ago

gmr commented 11 years ago
Traceback (most recent call last):
  File "consumer.py", line 39, in <module>
    print('Published response to %s' % message.properties['message_id'])
  File "/usr/local/lib/python2.7/dist-packages/rabbitpy/connection.py", line 126, in __exit__
    raise exc_type(exc_val)
ValueError: ('Unknown frame type to wait for: %r', <class 'pamqp.specification.Deliver'>)
gmr commented 11 years ago

Fixed in 0.7.0