RoboSpice-samples
RoboSpice-samples copied to clipboard
No way to retry a request manually?
There's a question in SO that explains this. But my case is for expired OAuth token.
What is the appropriate way to retry a request? For example, when OAuth token is expired or the user request a retry. OAuth token expiration is such a tricky case, because we need to refresh the token successfully before retrying all (they can be more than 1 simultaneous request) failed requests.
I think this is a good feature that Robospice needs to implement, so I post it as an issue.