agoragames / haigha

AMQP Python client
BSD 3-Clause "New" or "Revised" License
160 stars 41 forks source link

Haigha crash when trying to deal with a message with empty body #99

Open allan-simon opened 6 years ago

allan-simon commented 6 years ago
File "/tmp/virtualenv/local/lib/python2.7/site-packages/haigha/channel.py", line 218, in dispatch
   klass = self._class_map.get(method_frame.class_id)
AttributeError: 'ContentFrame' object has no attribute 'class_id'