You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file node.js, the function Node extends Event Emitter. However, the emission of one event triggers the corresponding event of the other Nodes. ( I suspect that it is not the expected behaviour )
In the file node.js, the function Node extends Event Emitter. However, the emission of one event triggers the corresponding event of the other Nodes. ( I suspect that it is not the expected behaviour )
A link that describes the problem and how to solve it (requires very few changes):
http://opensourcejason.info/2013/10/08/properly-extending-eventemitter-in-node-js/
Btw, thanks for sharing smokesignal.
The text was updated successfully, but these errors were encountered: