Replies: 1 comment
-
Not in axum itself. All connection stuff is handled by hyper, not axum. So you need to use hyper's low level connection API to customize that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I wonder that is there any utilities to manage and control the async tasks in axum?
For example set a maximum number of connections, terminating a long-running (hanged up, may be...) task and so on...
Having such a control helps creating production-efficient and more reliable apps
Beta Was this translation helpful? Give feedback.
All reactions