StephenGrider / EthereumCasts

Companion repo to an Ethereum/Solidity course on Udemy
2.13k stars 1.31k forks source link

MaxListenerExceededWarning fixed! #13

Closed brooksideas closed 5 years ago

brooksideas commented 5 years ago

Possible EventEmitter memory leak detected. 14 data listeners are added therefore we can use the emitter.setMaxListener() to increase the limit.