I am using Retrofit/OkHttp (1.6) in my Android project.
I don\'t find any request retry mechanism built-in to either of them. On searching more, I read OkHttp seems
It seems it will be present in retrofit 2.0 from the API Spec: https://github.com/square/retrofit/issues/297. Currently, the best way seems to be catch exception and retry manually.