Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socket io crash #471

Closed
Gorokhov opened this issue Aug 20, 2011 · 2 comments
Closed

socket io crash #471

Gorokhov opened this issue Aug 20, 2011 · 2 comments
Labels
unable to reproduce We were unable to reproduce the issue

Comments

@Gorokhov
Copy link

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;
           ....
           ....
    });
@rauchg
Copy link
Contributor

rauchg commented Sep 3, 2011

What's the stack trace ?

@3rd-Eden
Copy link
Contributor

I'm unable to reproduce this. If you have a reproducible test feel free to re-open the testcase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unable to reproduce We were unable to reproduce the issue
Projects
None yet
Development

No branches or pull requests

3 participants