Skip to content

v0.7.7 — relay connect timeout (#359)

Choose a tag to compare

@RobLe3 RobLe3 released this 29 May 05:55
· 97 commits to main since this release

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.