Can I set an idle timeout for an inactive websocket connection using the available APIs of AndroidAsync or should I code my own timer?
I need to cleanly kill the websocket connection if it's idle for 3 minutes.
Can I set an idle timeout for an inactive websocket connection using the available APIs of AndroidAsync or should I code my own timer?
I need to cleanly kill the websocket connection if it's idle for 3 minutes.