-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Readable stops readingΒ #26097
Copy link
Copy link
Closed
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Metadata
Metadata
Assignees
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Consider the following example, born from discussion in #25969.
Note that
readable.read()is not called in a loop on purpose.Expected behavior
An endless loop. This works as expected in Node.js < 10.0.0.
Actual behavior
Reading stops after a few reads.
Bisecting points to this commit: 0778f79.