quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

add Connection::send_datagram_wait #1740

Closed devsnek closed 5 months ago

devsnek commented 8 months ago

Resolves https://github.com/quinn-rs/quinn/issues/1738

Not sure about the name.

djc commented 8 months ago

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

djc commented 5 months ago

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