I know the issue was discussed here a long time ago and it is said that the problem should have been resolved. But I get the following warning:
(node) warning: possible EventEmitter memory leak detected. 201 variableRemoved listeners added. Use emitter.setMaxListeners() to increase limit. Trace at VariableManager.addListener (events.js:239:17) at SetVariableActionHandler.ActionHandler.dependOnVariable (/home/pi/pimatic-app/node_modules/pimatic/lib/actions.coffee:90:23) at SetVariableActionHandler.setup (/home/pi/pimatic-app/node_modules/pimatic/lib/actions.coffee:203:8) at RuleManager._setupActions (/home/pi/pimatic-app/node_modules/pimatic/lib/rules.coffee:663:24) at /home/pi/pimatic-app/node_modules/pimatic/lib/rules.coffee:712:10 at tryCatcher (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/promise.js:512:31) at Promise._settlePromise (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/promise.js:569:18) at Promise._settlePromiseCtx (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/promise.js:606:10) at Async._drainQueue (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/async.js:138:12) at Async._drainQueues (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/async.js:143:10) at Immediate.Async.drainQueues [as _onImmediate] (/home/pi/pimatic-app/node_modules/pimatic/node_modules/bluebird/js/release/async.js:17:14) at processImmediate [as _immediateCallback] (timers.js:383:17)
Is this the original mistake or is it something else with me? And how can I solve this?
Thank you very much…