You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a nice way of having a connect or request timeout for the client? We don't yet have the recv_timeout(x) function in Rust, so I'm looking for a nice workaround to be able to restart our service on a failure situation.
The text was updated successfully, but these errors were encountered:
Hey,
Is there a nice way of having a connect or request timeout for the client? We don't yet have the
recv_timeout(x)
function in Rust, so I'm looking for a nice workaround to be able to restart our service on a failure situation.The text was updated successfully, but these errors were encountered: