Stream.fromReadableStream
leaves the ReadableStream
in a locked state.
#3774
Labels
bug
Something isn't working
What version of Effect is running?
latest
What steps can reproduce the bug?
Reproduction in this Effect Playground
https://effect.website/play#bc147f507d11
What is the expected behavior?
Expected, that lock on the stream is released. Source code calls
.cancel
instead of.releaseLock
.What do you see instead?
Stream stays locked and is thus unusable a second time.
Additional information
No response
The text was updated successfully, but these errors were encountered: