How to increase Number of Max Listeners? #698
Unanswered
BillyFKidney
asked this question in
Q&A
Replies: 1 comment
-
Same issue on my Homebase 2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After adding door sensors throughout our home (Base Station v3 / S380) I'm receiving the a MaxListenersExceededWarning upon startup of the Eufy Add-On.
How do I increase the number of listeners?
I can see all the devices within the integrations, but the last four that were added are not updating:
2023-01-19 20:54:03.651 INFO Eufy Security server listening on host 0.0.0.0, port 3000 (node:10) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 station talkback start listeners added to [EufySecurity]. Use emitter.setMaxListeners() to increase limit (Use
node --trace-warnings ...to show where the warning was created) (node:10) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 station talkback stop listeners added to [EufySecurity]. Use emitter.setMaxListeners() to increase limit
Beta Was this translation helpful? Give feedback.
All reactions