kuestess / homebridge-platform-insteonlocal

Homebridge platform plugin for local Insteon control
Other
76 stars 26 forks source link

Maximum Devices? #315

Open RxJock opened 4 months ago

RxJock commented 4 months ago

“MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 79 connect listeners added to [Insteon]. Use emitter.setMaxListeners() to increase limit“

How do I resolve this error?

kuestess commented 3 months ago

@RxJock No need to worry about that - the code uses a bunch of listeners that fire once, and then are destroyed. I thought I update the maxListeners so this message wouldn't appear, so I'll take another look at it. Nonetheless, nothing to worry about.