-
Notifications
You must be signed in to change notification settings - Fork 52
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
warning: possible EventEmitter memory leak detected #48
Comments
@DiogoDoreto did you find a solution/workaround for this? |
@nicolasgramlich No, I haven't found any. It isn't critical on my case because it isn't interfering on the results of my tests, it's just an annoying message. |
Both this issue and #29 are producing the same error and both have stack traces pointing to loopback and supertest. I suspect this has something to do with how loopback uses express and that breaks how supertest interacts with it. I'll have to investigate further, though I probably won't have time to look into it for a couple days. This may also be an issue with loopback itself. If you haven't already, I'd recommend bringing this issue to their attention. |
I also have problem with this... |
Don't know if this helps anyone, but I ran into this in our app that uses
|
btw I'm not using loopback. |
same issue here |
Hello, I'm getting the following warning when testing my app:
Should the listener allocated on line 65 be deallocated in your library or this problem may come from the package that is using this library?
The text was updated successfully, but these errors were encountered: