-
Notifications
You must be signed in to change notification settings - Fork 168
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
require('gaze') causes node to hang #98
Comments
That is related to #40 where now gaze keeps the process alive (there is a |
Due this issues: * shama/gaze#98 * shama/gaze#40 Closes #25
It is not huge problem, but it is unexpected to me - should requireing of gaze module do something, even thou constructor was not called in code below? |
You're right, its a bug. It shouldn't keep the process alive until it is instantiated and should close the process when all instances are closed. Marking as a bug and will fix. |
Hi! @jh3y is stumbled in it in issue connected with gaze 0.6 - if you just require it, node will hang (due open timer or something stuck in event loop):
The text was updated successfully, but these errors were encountered: