-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Increase eventEmitter.maxListeners in inpage script #5493
Comments
fwiw i've seen this error intermittently for the past several months |
Can confirm. Stack trace (roughly):
|
Solution for our DApp is to increase maxListeners of currentProvider upon provider initialization:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems that our new
.subscribe()
support has introduced an event listener warning to our inpage script:MaxListenersExceededWarning: "Possible EventEmitter memory leak detected. 11 data listeners added. Use emitter.setMaxListeners() to increase limit"
Reported here.
The text was updated successfully, but these errors were encountered: