I\'m using Square\'s Retrofit Client to make short-lived json requests from an Android App. Is there a way to cancel a request? If so, how?
Now there is an easy way in latest version of Retrofit V 2.0.0.beta2. Can implement retry too. Take a look here How to cancel ongoing request in retrofit when retrofit.client.UrlConnectionClient is used as client?