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

fix: remove limit for event emitters for listeners #862

Conversation

paring-chan
Copy link
Contributor

@paring-chan paring-chan commented Dec 15, 2024

I found EventEmitter's max listener limit seems making some event listeners to ignore the events.
And it seems it's causing infinite blocking issue in #838 it didn't fix
image

@ci010
Copy link
Collaborator

ci010 commented Dec 18, 2024

I think the limit warning is necessary for guarding some leaking behavior.

We might want to see which listeners are not removed according to it.

@paring-chan
Copy link
Contributor Author

I think so, and I'll close this. Thank you!

(and I found destroy listeners are added too much and it seems some fixes are needed.)

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

Successfully merging this pull request may close these issues.

2 participants