-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Cached data is not available on the QueryResult when there is a network error. #718
Comments
Can you try this with |
This is outdated / likely solved by the cache rework Please make a reproduction that doesn't involve live reload for testing |
looked at this again and added a mechanism for carrying forward errors in #754 |
i actually solved it with an HTTP link that caches queries. I think that is what's right for my use case. |
Closed by #754 |
Describe the bug
Cached data is not available on the QueryResult when there is a network error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Enabling airplane mode and hot-restarting the app should allow it to return the cached results.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Flutter beta 1.21.0-9.2.pre
The text was updated successfully, but these errors were encountered: