You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
Per these 2 lines once
.end()is called, it's impossible to ever effectively utilize.end()again, because the local variableendedis always set.Should
endedonly be set here ifautoDestroy === true?I mean, what's the point of keeping a stream around if you can no longer fully utilize it?