quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Test UDP layer in isolation #1731

Closed Ralith closed 10 months ago

Ralith commented 11 months ago

Inspired by #1701. Should substantially reduce risk of breakage and ease supporting new platforms.

Ralith commented 11 months ago

Need someone with a mac to investigate the failures there. Not sure how they can be going wrong when our end-to-end tests pass...

Ralith commented 11 months ago

Okay, it looks like it's just a bit racy. Weird.

Ralith commented 11 months ago

There we go, just had to set it back in blocking mode.