-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
questionIssues that look for answers.Issues that look for answers.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
- Version: 8.7.0
- Platform: linux
- Subsystem: stream
There is no way to detect that stream.pipe
is finished. There is an event finish
for writable streams, but it is unusable for specific usecases (writing to process.stdout
or process.stderr
).
And if I understand it correctly, finish
event is not emitted when pipe
is called with {end: false}
. So I can not simply pipe multiple read streams to the single write stream.
Metadata
Metadata
Assignees
Labels
questionIssues that look for answers.Issues that look for answers.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.