Open thundo opened 1 year ago
Which version of amqp-client.js are you using?
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.
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