Fixing "MaxListenersExceededWarning: Possible Eventemitter memory leak detected"?

So "tibber" is your guy

No, just a warning message
Usually the maximum option is disabled or not set. Some developers deactivate the maximum number, others are not aware of this (the case here I think) and still others prefer to define a number to avoid any risk of a loop hidden by this deactivation...

If a node subscribes to an event there is only one listener but if you have 100 nodes...

2 Likes