-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Fixes memory-leaks #103
Fixes memory-leaks #103
Conversation
Thanks for working on this. Can you add some tests? |
That would require some design decisions that I'm not sure I'm well-equipped to make, given that I only started poking at the codebase < 12 hours ago. For example, currently, the maps ( |
This cleanup is expected to occur when all event listeners for a specific event are removed
I added a test for |
Should fix #102