-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
for await & ReadableΒ #29428
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.
Hi, I am trying to consume a readable with a
for awaitloop.When I create the simple stream below, the console output the error straight away instead of logging the data events first. Is it the expected behavior
Version: v12.9.1
Platform: Darwin Kernel Version 18.7.0
the output is
instead of the expected