EvanOxfeld / node-unzip

node.js cross-platform unzip using streams
MIT License
613 stars 343 forks source link

HOTFIX: Fix pipecount #130

Closed ZJONSSON closed 4 years ago

ZJONSSON commented 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.

ZJONSSON commented 4 years ago

Wrong repo, sorry