quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.57k stars 364 forks source link

Add try_open_uni & try_open_bi sync methods #1786

Closed jean-airoldie closed 3 months ago

jean-airoldie commented 3 months ago

Closes #1785

I am unsure about the RateLimited error name. Possible alternatives could be WouldWait or WouldBlock.