Open
Description
Description
From the documentation: "Currently only the synchronous functions support a timeout". https://nim-lang.org/docs/httpclient.html#timeouts
Any transient network failure or loss of connectivity can leave futures pending forever, making AsyncHttpClient not suitable for long-lived processes.
Nim Version
1.6.10