Possible memory leak error message

I’m getting around 20 instances of this error message a day.
Is it worth investigating?
If so, what further information is needed?

2019-10-17 10:24:09.057 ERROR  : (node:925) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 actionStatus listeners added. Use emitter.setMaxListeners() to increase limit 

It’s not really a memory leak. It’s a side effect of opening a separate WebSocket per thing. That has actually been resolved for the upcoming 0.10 release, so this message should go away.

1 Like

I too see this error quite often. When is the projected release date for 0.10?

Should be within the next month.

1 Like