haven-protocol-org / haven-web-app

https://havenprotocol.org/
30 stars 17 forks source link

MaxListenersExceededWarning #15

Open branchfractal opened 4 years ago

branchfractal commented 4 years ago

image

(node:45868) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit

Need to investigate this if we can get rid of this warning message

MartyHav commented 4 years ago

we are using an event emitter at haven-desktop-app/src/EventBus.ts .