Skip to content

EventEmitter memory leak #42

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

Closed
swiperii opened this issue Feb 19, 2018 · 2 comments
Closed

EventEmitter memory leak #42

swiperii opened this issue Feb 19, 2018 · 2 comments

Comments

@swiperii
Copy link

I get the following error in console:

(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.

Not sure what causes it, but it seems to be related to dynamic data updates. It can be seen in this example: CodePen. Click "Add data" and watch console.

@nicolaskruchten
Copy link
Contributor

Thanks for the helpful CodePen examples! I'll try to track this one down shortly :)

@nicolaskruchten
Copy link
Contributor

This should be fixed in version 1.4.0 on NPM now. Thanks again for the bug report :)

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