I use librabbitmq for consumer data from rabbitmq, but got Bad frame read exception ``` python Traceback (most recent call last): File "consumer.py", line 119, in consume connection.drain_events() File "/home/push/python/lib/python2.6/site-packages/librabbitmq/__init__.py", line 198, in drain_events self._basic_recv(timeout) ChannelError: Bad frame read ``` Python: 2.6 RabbitMQ: 3.1.3, Erlang R14B04 librabbitmq==1.0.1