You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can take a look at this! Do you know if it's the read timeout or connect timeout which is not observed? Can you share actual numbers that you are observing?
Looks like I am partially wrong. Looks like it is "retrying" the call at the timeout of 30 seconds and never returning result to me. I would expect the lib to send back a failure not retry again and again.
Version
4.1.0
Summary
I am using an OkHttp Client as my base client. It has timeouts already defined but the apollo client doesn't seem to respect it.
Steps to reproduce the behavior
I tested by using charles and breakpointing the call response and observing the time.
Logs
The text was updated successfully, but these errors were encountered: