Hi
We do not have UI implementation for this feature in the showcase but what is happening is :
1) Offline operation is being rescheduled periodically trying to access server Currently, this is only 1 minute, but rescheduling can be configured by developers to be indefinite etc.
2) Once we exhausted all possible options : - Server-side errors that can include 401, 500 etc - Server unreachable error (no response) For all of those after exausting retry link, we are going to call `onOperationFailure`
Currently users will have the option to keep these changes indefinitely by passing different retry link configuration or wait for onOperationFailure to show up some UI to user or reschedule mutation again. We will print error to console in showcase, so I think we can also show dialog?
Showcase cannot implement all of those options at once so we settled with some defaults that we think are appropriate for most of the cases. |
|