I am using Apache Tomcat 8.0.33 The documentation says: "The write timeout used when sending WebSocket messages in blocking mode defaults to 20000 milliseconds (20 seconds). This may be changed by setting the propertyorg.apache.tomcat.websocket.BLOCKING_SEND_TIMEOUT in the user properties collection attached to the WebSocket session. The value assigned to this property should be a Long and represents the timeout to use in milliseconds."
But how do I do it practically? What should I actually do? And which time does it consider? The time required writing to the buffer or time required by the underlying TCP to deliver it to the client? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
