juliangruber / juliangruber/multipipe
What about closing streams in the pipe on error?
Open
- Dominant language
- JavaScript
- Stars
- 292
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
https://www.npmjs.com/package/pump has similar features to `multipipe`, but also handles closing streams in the pipe on error.
It seems to be a nice feature for `multipipe`.
The issue being that `destroy` is not part of the Stream2/3 official API, but it's still useful for streams that support this.
Are there plans to add this to `multipipe`? `pump` has less tests than `multipipe`, and 2 times less downloads per months on npmjs.org
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.