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
Write WPT write a test that sends a little bit of data on stream A followed by a lot of data on stream B, then see if we can read out the second stream before the first is done.
The text was updated successfully, but these errors were encountered:
If writer.write() is used instead of await writer.write() then reception appears to be interleaved. When I made this substitution in the WebCodecs-echo sample, the glass-glass latency went down and reordering was observed on the receiver side (requiring a re-ordering buffer).
Write WPT write a test that sends a little bit of data on stream A followed by a lot of data on stream B, then see if we can read out the second stream before the first is done.
The text was updated successfully, but these errors were encountered: