corenova / yang-js

YANG parser and composer
Apache License 2.0
56 stars 18 forks source link

Change event listener scale issue #22

Closed ramukima closed 8 years ago

ramukima commented 8 years ago

I tried few updates on existing data and see this warning on the server console -

(node:874) Warning: Possible EventEmitter memory leak detected. 11 change listeners added. Use emitter.setMaxListeners() to increase limit

sekur commented 8 years ago

I think this requires further investigation - it looks likely that there's actually some kind of event emitter association leak.