You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to update the maximum listeners count as I have more than 10 listeners added to the store.
I get following warning, which I want to suppress:
(node:33123) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 change listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
The text was updated successfully, but these errors were encountered:
I want to update the maximum listeners count as I have more than 10 listeners added to the store.
I get following warning, which I want to suppress:
(node:33123) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 change listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit
The text was updated successfully, but these errors were encountered: