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
with less then a 1000 clients somehow crashed on
socket.manager.handshaken[socket.store.id].address.address;
var self=this;
this.io.sockets.on('connection', function (socket) {
socket.store['ip']=socket.manager.handshaken[socket.store.id].address.address;
....
....
});
The text was updated successfully, but these errors were encountered:
with less then a 1000 clients somehow crashed on
socket.manager.handshaken[socket.store.id].address.address;
The text was updated successfully, but these errors were encountered: