-
Notifications
You must be signed in to change notification settings - Fork 303
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
NoMethodError after reconnect #359
Comments
We need a traffic capture to suggest something. A hash coming from the parser sounds pretty odd. If you have a way to reproduce, please capture traffic with Wireshark and post your dump somewhere. |
Dam'n you're fast 🚀 Just updated my Windows WiFi driver, if that seems to cure the issue I'll downgrade to unfix the issue and see if i can reproduce the problem. |
Done: see this gist Triggered the issue by switching off my access point. |
I cannot reproduce this and we haven't seen this reported elsewhere => considering this environment-specific :( |
I've also seen this issue and I've managed to fix it in my case with this PR: #387 |
Bunny is not reconnecting as expected after network issues. Bunny connection was setup using
:automatically_recover=>true
. After reconnecting the following happens. Parsing error of bogus data? I'm using RabbitMQ v 3.4.4 on Ubuntu as AMQP server. The bunny client is running on Windows 7 x64, MRI v2.2.The text was updated successfully, but these errors were encountered: