alexcrichton commented on issue #7143:
This was inspired by this failure
alexcrichton commented on issue #7143:
Ok one issue I've found is that using
std::net::{TcpListener,TcpStream}
doesn't work on Windows as the "starting point". I believe this is due to the nonblocking flag so I opted to always use tokio types to ensure consistency there.Locally the tests on Windows are weirdly slow but I unfortunately don't know how best to explain that.
Last updated: Nov 22 2024 at 16:03 UTC