-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support BYOB Readers for Datagrams #487
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@jesup to have a look, and if everything looks good, then this is |
The enqueued chunk will be split in that case, which is not what we want. 😅 |
6fd6810
to
c085fbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Hi @jesup, friendly ping but would you be able to take a look at this as well? |
|
LGTM |
SHA: cb131a6 Reason: push, by jan-ivar Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This change adds support for BYOB readers for datagrams in the spec, similar to WebTransportReceiveStreams.
Fixes #480.
Preview | Diff