v0.7.7 — relay connect timeout (#359)
Wraps RelayWorkerClient's TcpStream::connect with tokio::time::timeout(10s) so a TCP-reachable-but-not-accepting relay fails fast (instead of blocking ~75s+ on the OS default) and the reconnect loop retries.
Wraps RelayWorkerClient's TcpStream::connect with tokio::time::timeout(10s) so a TCP-reachable-but-not-accepting relay fails fast (instead of blocking ~75s+ on the OS default) and the reconnect loop retries.