Our team has been encountering an intermittent issue for the past few months. Occasionally, our Android app struggles to connect to the backend servers, resulting in a socket timeout error similar to the one described in this GitHub issue: https://github.com/square/okhttp/issues/5453.[](https://i.sstatic.net/XWgfWHec.png)
There shouldn’t be any time out issue since our BE Apis respond under 300ms and it is working fine for ios and web but fail for android client sometimes.