Please add disabling Nagle's algorithm in the spring-boot-starter-websocket
module for websockets, such as Socket.setTcpNoDelay()
from the Java standard library.
There are situations when you need to very often transfer data as quickly as possible, and this algorithm creates completely unnecessary delay
Comment From: rstoyanchev
This is more of a question for the underlying server. What server, does it provide a configuration option for this, and what is the default setting? It could be that it is already off by default.
Comment From: spring-projects-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: spring-projects-issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.