You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected is that when I trigger the write, for those who listen to this stream, he will receive the event. (It means each write trigger it will be send to the user who listen to this stream)
The expected of value type is string because "hello" and "world" is a string type hence the expected data to be received is literally "hello" and world"
What do you see instead?
It will wait to close the readable stream before the user received the event.
Received an Uint8Array data type.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Bun is running?
1.1.42
What platform is your computer?
Windows
What steps can reproduce the bug?
Run the code:
What is the expected behavior?
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: