Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running via 'node config.js' gives EventEmitter memory leak warning #6

Open
ghost opened this issue Sep 4, 2014 · 4 comments
Open

Comments

@ghost
Copy link

ghost commented Sep 4, 2014

Running on Ubuntu 14.04 with latest version of node, gives me the following warning:

root@server:~/slack-irc-plugin# node config-example.js
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at Client.addListener (events.js:160:15)
at Client.whois (/root/slack-irc-plugin/node_modules/irc/lib/irc.js:854:14)
at /root/slack-irc-plugin/lib/bot.js:56:25
at Array.forEach (native)
at Client. (/root/slack-irc-plugin/lib/bot.js:55:28)
at Client.emit (events.js:98:17)
at Client. (/root/slack-irc-plugin/node_modules/irc/lib/irc.js:320:26)
at Client.emit (events.js:95:17)
at /root/slack-irc-plugin/node_modules/irc/lib/irc.js:669:22
at Array.forEach (native)

@morenoh149
Copy link

I get this as well.

@ChihHaoTW
Copy link

me too

@Pwn9
Copy link

Pwn9 commented Mar 21, 2015

i am getting this also:

(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.

Trace
at Client.addListener (events.js:160:15)
at Client.whois (/home/pwn9/node_projects/slack-irc-plugin/node_modules/irc/lib/irc.js:984:14)
at /home/pwn9/node_projects/slack-irc-plugin/lib/bot.js:75:25
at Array.forEach (native)
at Client. (/home/pwn9/node_projects/slack-irc-plugin/lib/bot.js:74:28)
at Client.emit (events.js:98:17)
at Client. (/home/pwn9/node_projects/slack-irc-plugin/node_modules/irc/lib/irc.js:358:26)
at Client.emit (events.js:95:17)
at iterator (/home/pwn9/node_projects/slack-irc-plugin/node_modules/irc/lib/irc.js:756:22)
at Array.forEach (native)

@asadpakistani
Copy link

Any luck on this issue, very annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants