-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
add Connection::send_datagram_wait #1740
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.
Thanks, the meat of this looks great!
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.
Thanks!
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.
I'd prefer if this PR was comprised of 3 clean commits:
- One that only renames
datagrams
todatagram_received
- One that changes the quinn-proto API
- One that adds the new
send_datagram_wait()
API
3880142
to
55376a3
Compare
@devsnek would you be able to split this in 3 commits, as described in my previous comment? |
FYI, we're planning to release 0.11.0 soon (see #1737). This includes some semver-incompatible changes in its current form, so if you'd like to get this merged it would be good to get it in a mergable state soon (per previous comments). |
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.
Thanks!
Resolves #1738
Not sure about the name.