Skip to content
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

Open
mircovippinn opened this issue Apr 4, 2022 · 5 comments
Open

Queue does not persist when application is closed #61

mircovippinn opened this issue Apr 4, 2022 · 5 comments

Comments

@mircovippinn
Copy link

Hi, I've issue when closed the app and then run again, the data in queue don't persist. Any solutions?

@alexisthual
Copy link

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? :)

@qsdnedzid
Copy link

@alexisthual Did you find solution for this?

@alexisthual
Copy link

No I didn't! :)

@seemX17
Copy link

seemX17 commented Dec 4, 2023

Did you guys find a solution for this or went with another library? Like tanstack? @alexisthual @mircovippinn @qsdnedzid

@kgrowinski
Copy link

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.
@helfer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants