Unexpected call to flush
after transform stream destruction
#18172
Labels
stream
Issues and PRs related to the stream subsystem.
Running the below example
... I get the following output
The order of events here seem wrong (similar to #18171) as I would expect
error
to come beforefinish
/end
.It also seems wrong that
flush
is called even though the stream has been destroyed.The text was updated successfully, but these errors were encountered: