amqp-client.js
amqp-client.js copied to clipboard
Randomly getting amqp-client connection closed Socket closed after 48+ hours of connection establishment
I am randomly getting this amqp-client connection closed Socket closed
This socket has been ended by the other party after 2+ days of deployment every time. Is there any way to deal with it? Can't find events on connection to re-init it when closed. Can anyone suggest a way to deal with this?
Catch the exception and set up the connection again like the example on the readme?