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

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

Closed
dennismartensson opened this issue Oct 28, 2013 · 2 comments

Comments

@dennismartensson
Copy link
Contributor

Any one more getting this?

tail -f erizoController.log
at Connection.reconnect (/home/licode/node_modules/amqp/amqp.js:1049:8)
at null._onTimeout (/home/licode/node_modules/amqp/amqp.js:886:16)
at Timer.listOnTimeout as ontimeout
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
at Connection.EventEmitter.addListener (events.js:160:15)
at Connection.connect (/home/licode/node_modules/amqp/amqp.js:1083:8)
at Connection.reconnect (/home/licode/node_modules/amqp/amqp.js:1049:8)
at null._onTimeout (/home/licode/node_modules/amqp/amqp.js:886:16)
at Timer.listOnTimeout as ontimeout

@faishal
Copy link

faishal commented Oct 28, 2013

@dennismartensson i faced this same issue, but after restarting the server did not get this issue again. ..

@dennismartensson
Copy link
Contributor Author

It was an IP conf problem that did make this happen. Sorry

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

2 participants