You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a flow in node red that after some time stops initialising the BLE scanner node. I have a delay loop activating the scanner switching between true and false at a set interval. Everything works well initially but after a while the scan node remains on 'started' state and nothing updates. The node red console indicates "MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 scanStop listeners added. Use emitter.setMaxListeners() to increase limit noble node red."
I have read that this can be changed in the node js but don't know what file I need to change. Any help would be great
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I have a flow in node red that after some time stops initialising the BLE scanner node. I have a delay loop activating the scanner switching between true and false at a set interval. Everything works well initially but after a while the scan node remains on 'started' state and nothing updates. The node red console indicates "MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 scanStop listeners added. Use emitter.setMaxListeners() to increase limit noble node red."
I have read that this can be changed in the node js but don't know what file I need to change. Any help would be great
Thanks
The text was updated successfully, but these errors were encountered: