offline: no internet (but isOnline: true) produces mutation missing #5981
Unanswered
bazuka5801
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Example: connect to vpn on iOS device, but turn on AirPlane mode.
It's hard to setOnline truly because all the libraries say we're connected, and hard to detect truly network state.
I want to handle errors in all mutations, and if there is a network error, we pause the mutation and set SetOnline(false).
How can I pause the mutation so I don't lose it when there is an error?
Beta Was this translation helpful? Give feedback.
All reactions