Replies: 1 comment 1 reply
-
You need to set nodelay on both server and client. Per-service configuration should work. What you report suggests a bug 🤔. It could be something wrong calculating the service config given the global config. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do i need to set NO DELAY per service and per server transport? The debug output is confusing to me
![image](https://user-images.githubusercontent.com/47906826/236346082-5dea2f01-6b1c-4fb6-8342-3302138b0427.png)
DEBUG OUTPUT
SERVER-TOML
![Untitled](https://user-images.githubusercontent.com/47906826/236346781-63d127d7-197c-4d07-a0bd-c5ec25a95091.png)
So do i only need to place NODELAY once per server? or once per SERVER and CLIENT?
Beta Was this translation helpful? Give feedback.
All reactions