Navigation Menu

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

don't wait for connect event in server #5

Closed
wants to merge 1 commit into from

Conversation

srijs
Copy link

@srijs srijs commented Sep 9, 2014

Since the server callback is already called on the "connect" even, it is not necessary to wait for the "connect" even from the client. In fact, this event will not even be emitted again in Node 0.10.

This patch makes the module work with Node.js 0.10.

Since the server callback is already called on the "connect" even, it is not necessary to wait for the "connect" even from the client. This makes the module work with Node.js 0.10.
@srijs srijs closed this Jun 24, 2015
@srijs srijs deleted the patch-1 branch June 24, 2015 07:06
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.

None yet

1 participant