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

copy normalizeConnectArgs from node 6 #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lee-elenbaas
Copy link

This should fix #22

@lee-elenbaas
Copy link
Author

net._normalizeConnectArgs is not longer available on node 7 - so i removed the dependency in it, by placing the implementation inside the library

@bitinn
Copy link

bitinn commented Jan 7, 2017

@mscdex do you have time to review this PR? This is likely true as we have a few users reporting similar issues.

@malexdev
Copy link

malexdev commented Mar 8, 2017

👍 , I am also having this issue.

@cjnqt
Copy link

cjnqt commented Aug 1, 2017

Same here - breaks on node >7. The fix looks good!

@lee-elenbaas
Copy link
Author

lee-elenbaas commented Aug 2, 2017

@cjnqt since @mscdex does not seem to be active - feel free to use my fork

Copy link

@gravityrail gravityrail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need this! This module doesn't work in Node 8 otherwise.

@cjnqt
Copy link

cjnqt commented Nov 15, 2017

Ping @mscdex - could you please merge this?

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.

implementation is broken in node 7
5 participants