Setting idle timeout for websocket connections using androidasync

201 Views Asked by At

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.

0

There are 0 best solutions below