Closed ZJONSSON closed 4 years ago
closes https://github.com/ZJONSSON/node-unzipper/issues/168
We use undocumented internals to see if we have a pipeCount to determine whether we should push the current entry or not. For example, if a user is not piping from the stream but using .on('entry we don't want the stream to block on the push.
pipeCount
push
entry
.on('entry
Wrong repo, sorry
closes https://github.com/ZJONSSON/node-unzipper/issues/168
We use undocumented internals to see if we have a
pipeCount
to determine whether we shouldpush
the currententry
or not. For example, if a user is not piping from the stream but using.on('entry
we don't want the stream to block on the push.