-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
Try to follow the assumed "contract"/"api" in terms of stream events:
events (only close
after error
, nothing after close
, only error
or close
after destroy)
- don't emit finish on error (stream: don't emit finish on error #28979)
- document when destroy emits events (doc: clarify when destroy emits events #28970)
- don't emit open after destroy ([x] fs: don't emit open after destroy #28765)
- don't emit after 'error' (stream: don't emit after 'error' #28708)
- don't emit finish on error (stream: don't emit finish on error #28979)
- eos premature close (stream: eos premature close #28720)
Metadata
Metadata
Assignees
Labels
metaIssues and PRs related to the general management of the project.Issues and PRs related to the general management of the project.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.