tavicu / homebridge-samsung-tizen

Homebridge plugin for Samsung TV's with Tizen OS
MIT License
639 stars 86 forks source link

#390 this issue is back - MaxListenersExceededWarning #496

Closed fate8383 closed 2 years ago

fate8383 commented 2 years ago

I am having this issue after the last update, tried API set up, added few switches/inputs but then removed as i see no use for me. I still get this error:

(node:31744) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit (Use node --trace-warnings ... to show where the warning was created)

tavicu commented 2 years ago

Nothing was changed regarding the listeners since months ago.

Try to run in debug mode or with --trace-warnings on so we will see who trigger the warning. I also find the added to [Socket] strange. It may be from another plugin and was just a coincidence with your added switches and inputs.

Cause at the moment you could add hundred of switches and inputs without affecting the listeners. There are no listeners initiated for switches and inputs.

fate8383 commented 2 years ago

false alarm, i am sorry, another plugin causing this, added the trace in node and i can see clearly now.