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
{{ message }}
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
Hi, I have a strange behaviour when I try to manually disconnect the client. The disconnect event is firing on the server, also in logs I see that the client is disconnected but if I try to shutdown the server the client is trying to reconnect and fires with some interval error event. So, it turns out that the client was not successfully disconnected.
socket.io:client client close with reason transport close
socket.io:socket closing socket - reason transport close
socket.io-amqp removing P5ZCRTx9L28ThQGRAAAB from all rooms
Edit
I think i figured it out. In client the socket debugging was enabled also was in wrong place. So it tried to reconnect.