Replies: 1 comment 3 replies
-
You can put timeouts on individual operations on the socket with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a simple proxy with tokio ( example )
is there any builtin function which could help me to have a feature like HAPROXY client timeout?
I do not want to interrupt active connections I want to close idle connections , using tokio::time::timeout on future did not help because It will close active connections.
Beta Was this translation helpful? Give feedback.
All reactions