-
Notifications
You must be signed in to change notification settings - Fork 21
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
Heartbeat not honored? #95
Comments
Which version of amqp-client.js are you using? |
Latest published, 3.1.1 |
I also have the same problem |
The same behaviour occurs when the credentials of a user are changed while they have active connections. No errors, just a stale connection and nothing is resolved anymore. This includes on publishing as well as consuming messages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all!
I'm creating a channel with heartbeat enabled to a vanilla rabbitmq server. Connection/channel are good. Hearbeats are flowing (as you can see from the wireshark trace).
Later on, I physically disconnect the server machine's ethernet. My expectation is that after 2 heartbeats the connection will crash.
Instead, no heartbeats are exchanged anymore after that. The connection just hangs there indefinitely.
This is the code
Output
Wireshark trace
Am I under the wrong assumption that the connection should crash?
Thanks
The text was updated successfully, but these errors were encountered: