I'm working in a code that download all the information from the server when you sign in for the first time. The point is when you try to sync the app the first time always launch a time-out error, and then when you try again, the process work successfully. We've checked the server and there is no problem there. Also we have an iOS app that works fine. we are using gson streaming and okhttp request to sync the data.
For the last, I can't debug the response I don't know why.
Any ideas or recommendations?
Thank you so much!