Hi,
I have HTTP main connection and Websocket as secondary connection. The websocket uses dynamic ip for the URL. The websocket api is designed in a way that after making a connection and getting the requested data, the websocket server will close the connection. The websocket connection is used to request/check data from the server only when needed (meaning it is not continuously checking data). Hence after the last check, the element goes into timeout. Is there a way to prevent/ignore the timeout?
I unchecked the include timeout in the element configuration but that didn't help.
I also tried to clear the dynamic ip parameter but the same issue occurs.
Hi Fenta
Excluding that connection from timeout should work fine.
Could the timeout be caused by the other connection?