TCP No Delay in Latest Axum #3490
Answered
by
mladedav
ErenPhayte
asked this question in
Q&A
-
SummaryIn previous versions (older than 0.8), there used to be a method called set_nodelay(true) that made it super simple to disable this for websockets. However, later versions have been deprecated without clear reasons or examples of alternatives or migration paths. Has anyone been able to solve this? axum versionaxum-0.8.4 |
Beta Was this translation helpful? Give feedback.
Answered by
mladedav
Sep 21, 2025
Replies: 1 comment 1 reply
-
|
You want to use this method, see the example there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jplatte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want to use this method, see the example there.