Hi, I would to know howto fix the warning: warning: possible EventEmitter memory leak detected. 51 open listeners added. Use emitter.setMaxListeners() to increase limit.
I seen that there are similar closed issues of it, but without real solutions.
if you see here (http://www.jongleberry.com/understanding-possible-eventemitter-leaks.html),
seems removeListeners is being missing
#117
Best Regards.