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

Fixed duplicate request listeners in latest node #1108

Closed
wants to merge 1 commit into from

Conversation

devspacenine
Copy link

Listeners now returned as a clone rather than the array itself, so splice does not clear the listeners anymore. Use removeAllListeners(...) instead.

@rauchg
Copy link
Contributor

rauchg commented Dec 13, 2012

I think this is equivalent to the technique I'm applying here:

https://github.com/LearnBoost/engine.io/blob/master/lib/engine.io.js#L117

So this should be naturally fixed in 1.0 which is coming up this week

@rauchg
Copy link
Contributor

rauchg commented Dec 13, 2012

Please upgrade socket.io (server) to 0.9.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants