maxEventListeners reached from reading file after backpressure
darinspivey opened this issue ยท 2 comments
darinspivey commented
When backpressure is reached, the async iterator created for for await...of
adds more event listeners onto the stream. The code should setMaxListeners(100)
to allow some breathing room for such cases (and avoid pesky node warnings)
darinspivey commented
Fixing this issue will also prompt an upgrade of the supported node versions, thus it will be a major
logdnabot commented
๐ This issue has been resolved in version 4.0.0 ๐
The release is available on:
Your semantic-release bot ๐ฆ๐