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
Hi. I am facing an issue with the openReadStream function. I have used bufferedstream/minipass to consume the data from the actual stream and send it as a readable stream to yauzl. The issue is that both these packages don't have the unpipe method implemented. Should there be a check on the line where you call stream.unpipe(refUnrefFilter); or is there a way to override it on client side?
Yauzl crashes with stream.unpipe is not a function in this case.
The text was updated successfully, but these errors were encountered:
Hi. I am facing an issue with the openReadStream function. I have used bufferedstream/minipass to consume the data from the actual stream and send it as a readable stream to yauzl. The issue is that both these packages don't have the unpipe method implemented. Should there be a check on the line where you call
stream.unpipe(refUnrefFilter);
or is there a way to override it on client side?Yauzl crashes with stream.unpipe is not a function in this case.
The text was updated successfully, but these errors were encountered: