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

Replace deprecated process.EventEmitter #57

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

Conversation

kewisch
Copy link

@kewisch kewisch commented Jan 2, 2017

This PR fixes #55 and also the unit tests, releasing it as version 0.2.2. Please merge and tag if needed.

@kewisch
Copy link
Author

kewisch commented Jan 2, 2017

There we go, builds pass. I'd appreciate if you could merge and tag so I can update dependencies.

@F1LT3R
Copy link

F1LT3R commented Jan 18, 2017

Any idea when this will be released?

Things are breaking...
kavanagh/srvlr#1
markserv/markserv#11
robohydra/robohydra#24

@WilldelaVega777
Copy link

as F1LT3R comments, things are breaking, would it be possible to merge these changes?
a simple +1 from a desperate user...

sukima added a commit to sukima/markserv that referenced this pull request Nov 15, 2017
Close markserv#19

In commit b449a88 ("Use a specific unreleased commit of Website.io until
it get released later.", 2017-01-17) we needed an unreleased fix to
websocket.io. It seems that either GitHub or NPM has lost the option to
reference commits linked through another fork. This fixes markserv#19 by
referencing the original author's branch.

This unreleased version is required because websocket.io is broken on
Node 7+. Unfortunately it seems that the websocket.io authors no longer
are interested in keeping their package Node 7+ compatible. (Discussion
at LearnBoost/websocket.io#57).

There still exists the following caveats:

* If @kewisch wishes to remove his fork then this will no longer work
* Official support seems lacking
* This program is dependent on an unstable package

I suggest investigating the possibility of using an alternative
websocket package with less problems.
sclem pushed a commit to sclem/markserv that referenced this pull request Nov 16, 2017
Close markserv#19

In commit b449a88 ("Use a specific unreleased commit of Website.io until
it get released later.", 2017-01-17) we needed an unreleased fix to
websocket.io. It seems that either GitHub or NPM has lost the option to
reference commits linked through another fork. This fixes markserv#19 by
referencing the original author's branch.

This unreleased version is required because websocket.io is broken on
Node 7+. Unfortunately it seems that the websocket.io authors no longer
are interested in keeping their package Node 7+ compatible. (Discussion
at LearnBoost/websocket.io#57).

There still exists the following caveats:

* If @kewisch wishes to remove his fork then this will no longer work
* Official support seems lacking
* This program is dependent on an unstable package

I suggest investigating the possibility of using an alternative
websocket package with less problems.
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.

(node:6620) DeprecationWarning: process.EventEmitter is deprecated. use require('events') instead.
3 participants