-
Notifications
You must be signed in to change notification settings - Fork 675
Retrying failed requests with Flow.retry #1986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like we need to do
|
I will take this issue. |
sav007
added a commit
to sav007/apollo-android
that referenced
this issue
Feb 14, 2020
sav007
added a commit
to sav007/apollo-android
that referenced
this issue
Feb 14, 2020
tasomaniac
pushed a commit
that referenced
this issue
Feb 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello 👋 .
I have a request that needs to be retried when there's a failure:
However, retrying the request results in an
IllegalStateException "Already Executed"
error fromRetrofit
which is expected since aRetrofit
call can only be executed once. When I addclone()
to the request, I still get the same error.What is the expected behavior for
ApolloQueryCall.clone()
?I'm not able to add a label, but this is a question.
The text was updated successfully, but these errors were encountered: