-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Bad frame read" when message with empty body received #54
Comments
This might be fixed by pull request #59 . |
Given the description it seems it might. That would be great despite we've steered away from using headers. |
Hello guys, I'm having this issue (although different exception) using librabbitmq 1.6.1
It seems like #59 was missed in 1.6.1 release as mentioned in #48. 🙁 Thanks, |
try this https://github.com/celery/librabbitmq/releases/tag/v2.0.0 or py-amqp |
I've tested this with the latest version of https://github.com/celery/librabbitmq from pip and https://github.com/alanxz/rabbitmq-c and it seems to be current.
How to replicate:
This does happen only when message body is "". Even single white space prevents it from happening.
RabbitMQ log
The text was updated successfully, but these errors were encountered: