Skip to content

socket io crash #471

Closed
Closed
@Gorokhov

Description

@Gorokhov

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;
           ....
           ....
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions