Hello,Is there a way to change the idle timeout for the WebSocket connection. 
In my case, I connect from angular using rhea-promise library. Everything works 
until I put the browser in background (minimize). After 5 minutes of 
inactivity, the browser is throttling the heartbeat (websocket ping) to one per 
minute. Artemis waits for 30 seconds and then closes the websocket 
connection.Is there a way to change that period to more than a minute? This way 
it will not close the connection when the browser starts the throttling.
Thank you!

Reply via email to