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

EventEmitter memory leak detected seems to stem from seneca #58

Closed
devotox opened this issue Mar 10, 2016 · 3 comments
Closed

EventEmitter memory leak detected seems to stem from seneca #58

devotox opened this issue Mar 10, 2016 · 3 comments
Labels

Comments

@devotox
Copy link

devotox commented Mar 10, 2016

api_1             | [ Nodemon ][ Error ] (node) warning: possible EventEmitter memory leak detected. 11 clear listeners added. Use emitter.setMaxListeners() to increase limit.
api_1             |
api_1             | [ Nodemon ][ Error ] Trace
api_1             |     at GateExecutor.addListener (events.js:252:17)
api_1             |     at GateExecutor.once (events.js:278:8)
api_1             |     at Seneca.api_ready [as ready] (/var/app/current/api/node_modules/seneca/seneca.js:923:30)
api_1             |     at meta.export (/var/app/current/api/node_modules/seneca-web/web.js:661:14)
api_1             |     at Layer.handle [as handle_request] (/var/app/current/api/node_modules/express/lib/router/layer.js:95:5)
api_1             |     at trim_prefix (/var/app/current/api/node_modules/express/lib/router/index.js:312:13)
api_1             |     at /var/app/current/api/node_modules/express/lib/router/index.js:280:7
api_1             |     at Function.process_params (/var/app/current/api/node_modules/express/lib/router/index.js:330:12)
api_1             |     at next (/var/app/current/api/node_modules/express/lib/router/index.js:271:10)
api_1             |     at exports.log_api_request (/var/app/current/api/common/utils/api_response_handler.js:510:27)
api_1             |     at Layer.handle [as handle_request] (/var/app/current/api/node_modules/express/lib/router/layer.js:95:5)
api_1             |     at trim_prefix (/var/app/current/api/node_modules/express/lib/router/index.js:312:13)
api_1             |     at /var/app/current/api/node_modules/express/lib/router/index.js:280:7
api_1             |     at Function.process_params (/var/app/current/api/node_modules/express/lib/router/index.js:330:12)
api_1             |     at next (/var/app/current/api/node_modules/express/lib/router/index.js:271:10)
api_1             |     at SessionStrategy.strategy.pass (/var/app/current/api/node_modules/passport/lib/middleware/authenticate.js:325:9)
api_1             |

@geek geek added the bug label Mar 14, 2016
@geek
Copy link
Member

geek commented Mar 14, 2016

@devotox thanks, what version of seneca are you running?

@devotox
Copy link
Author

devotox commented Mar 14, 2016

1.3.0

@mcdonnelldean
Copy link
Contributor

Closed as releated to seneca directly and is noted there.

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

No branches or pull requests

3 participants