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

Why all promises ever performed are reported #39

Closed
imrefazekas opened this issue Aug 30, 2018 · 1 comment
Closed

Why all promises ever performed are reported #39

imrefazekas opened this issue Aug 30, 2018 · 1 comment

Comments

@imrefazekas
Copy link

imrefazekas commented Aug 30, 2018

I'm having hard time with this lib.
It reports all promises the running app ever performed.

hashtab PROMISE
/.../node_modules/mongodb/lib/utils.js:432 - return new Promise(function(resolve, reject) {

All promises performed by any libraries. Mongodb driver or actually anything.
Even is the app shuts down clearly, it says:
There are 10272 handle(s) keeping the process running

Is there a way to learn why async / await promises give such a headache to this lib?

@mafintosh
Copy link
Owner

fixed by #37

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

No branches or pull requests

2 participants