I'm having the problem that I can't disable the NeoLoad websocket timeout of 5 minutes.
After 5 Minutes without communication at the websocket, the successfully connected websockets get the error
"Error Code: NL-WEBSOCKET-CHANNEL-ENGINE Message: Error occurred while executing WebSocket channel. Details: java.net.SocketTimeoutException: Timeout on Read at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onReadTimeout(AbstractWebSocketConnection.java:588) at org.eclipse.jetty.io.AbstractConnection.onFillInterestedFailed(AbstractConnection.java:161) [...]"
- The Timeout does not happen when monitoring the site with the Chrome developer tools
- changing the "controller.properties" parameter "runtime.so.timeout" and "controller.recorder.client.so.timeout" does not have any effect -- I changed it to 0 and to 600000 ms (10 minutes) - every time the timeout comes after 5 minutes
- Adding the parameter "websocket.client.connection.timeout" did not help, since the connection ist successfully established, just not kept longer then 5 minutes
-- also recording shows a new websocket initialisation every 5 minutes
Thank you for submitting an Idea what else I could try!