-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
We currently use socket2::connect to establish connections on async-std. This is a synchronous method, so it will block the runtime thread that is currently executing it. We should update this to use async-std's TcpStream instead.