-
Notifications
You must be signed in to change notification settings - Fork 119
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
App doesn't stop when I use this library #155
Comments
i got same this issue |
I just saw this, which might be interesting to use when trying to figure out why Node isn't exiting: https://github.com/myndzi/wtfnode |
I experienced this today as well. I'm pretty sure this has something to do with event emitters |
I encountered this bug and found it to be the same as winstonjs/winston#1706 where I have posted a workaround and a merged PR which fixes it. There's a corresponding small piece which should be addressed before a next release but we are way closer to being able to do that release now than we were even just a few weeks ago. Try the posted workaround and ideally report back here on if that fixes it. If so, we'll be able to close this issue with the release. |
If I run this code, then it runs and then exits normally:
However, once I use this library my app no longer exits:
Instead I have to manually exit:
Here's my node version in case it helps:
Thanks!
The text was updated successfully, but these errors were encountered: