-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
EventEmitter memory leak #7
Comments
v1.1.0 seems ok |
So does this mean I can close it, since a new version does not have the issue? |
v1.1.0 is an old version - i rolled back to it.. |
OK. So you are saying it worked in v1.1.0, but doesn't work now, I get it :) |
The version after 1.1.0 is when the |
exactly.. the issue is with releases |
yeah.. could something could be done in |
It's only added once per request, as far as I know. |
I'll try to figure out a fix for this today :) |
good news :) |
I have a fix in |
@75lb can you test the current version of master to see if the issue is gone for you? |
boom shake the room! works fine for me.. thanks for the quick turnaround |
Thanks. I'm releasing a patch version now that I have your confirmation :) |
I have your example that allowed me to reproduce to thank :) |
if you save this script as
index.js
and run it:then browse to http://localhost:8000/index.js and with the cache disabled refresh the page 9+ times you get this error:
The text was updated successfully, but these errors were encountered: