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
However, when it eventually gets to Socket, the message will be ignored as the nsp property doesn't matched (as it's not set):
Socket.prototype.onpacket = function (packet) {
if (packet.nsp !== this.nsp) return;
Is this an oversight, or is there a way to get this event (emit it on the default namespace?)? From what I can tell Manager doesn't have a generic error event