Skip to content
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

Merged
merged 3 commits into from
Apr 14, 2024
Merged

add Connection::send_datagram_wait #1740

merged 3 commits into from
Apr 14, 2024

Conversation

devsnek
Copy link
Contributor

@devsnek devsnek commented Jan 15, 2024

Resolves #1738

Not sure about the name.

Copy link
Collaborator

@Ralith Ralith left a 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!

quinn/src/connection.rs Outdated Show resolved Hide resolved
quinn-proto/src/connection/datagrams.rs Show resolved Hide resolved
quinn-proto/src/connection/mod.rs Outdated Show resolved Hide resolved
quinn/src/connection.rs Show resolved Hide resolved
quinn-proto/src/connection/datagrams.rs Outdated Show resolved Hide resolved
quinn-proto/src/connection/datagrams.rs Outdated Show resolved Hide resolved
Copy link
Collaborator

@Ralith Ralith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@djc djc left a 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 to datagram_received
  • One that changes the quinn-proto API
  • One that adds the new send_datagram_wait() API

quinn-proto/src/connection/mod.rs Outdated Show resolved Hide resolved
quinn-proto/src/connection/datagrams.rs Show resolved Hide resolved
@djc
Copy link
Member

djc commented Jan 22, 2024

@devsnek would you be able to split this in 3 commits, as described in my previous comment?

@djc
Copy link
Member

djc commented Apr 12, 2024

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).

@djc djc mentioned this pull request Apr 12, 2024
7 tasks
Copy link
Collaborator

@Ralith Ralith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@djc djc merged commit 82a67db into quinn-rs:main Apr 14, 2024
8 checks passed
@devsnek devsnek deleted the datagram-wait branch April 14, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

poll send datagram
3 participants