Closed
Description
_read()
is async but ReadableStream
expects it to be synchronous (i.e. it is never awaited) which results in uncaught errors e.g. if this.reader.read()
throws an error it will never be caught. This was happening for me when reader.read()
was throwing network error
s.
https://nodejs.org/dist/v18.0.0/docs/api/stream.html#errors-while-reading for additional context
Metadata
Metadata
Assignees
Labels
No labels