You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that it removes the socket but RabbitMQ server has still this connection as opened.
I needed to run connection.destroy() and then connection.end() to make it work, but maybe it would be good to add add everything to .end() and run .end() only.
The text was updated successfully, but these errors were encountered:
The problem here is that it removes the socket but RabbitMQ server has still this connection as opened.
I needed to run connection.destroy() and then connection.end() to make it work, but maybe it would be good to add add everything to .end() and run .end() only.
The text was updated successfully, but these errors were encountered: