-
Notifications
You must be signed in to change notification settings - Fork 30
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
Queue does not persist when application is closed #61
Comments
This feature is critical to me as well (as users can sometimes stay offline for a few days). Couldn't queued items be stored locally in a lightweight database? :) |
@alexisthual Did you find solution for this? |
No I didn't! :) |
Did you guys find a solution for this or went with another library? Like tanstack? @alexisthual @mircovippinn @qsdnedzid |
I have the same issue, this is most likely to be handled by your app not by QueueLink itself. This is tricky due to how Apollo Operation is constructed with its Forward function and Observer being both closely tied to the specific network request. This being said, it would be extremely helpful If enqueue function of QueueLink was typed as protected not as private. |
Hi, I've issue when closed the app and then run again, the data in queue don't persist. Any solutions?
The text was updated successfully, but these errors were encountered: