Possibility to avoid automatic stop on unmount (queries and subscriptions) #1411
Unanswered
dominikklein
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.
-
Hello,
is it possible to avoid the automatic stop of queries and subscriptions during the component unmount?
The use case is that I have some queries/subscriptions inside of stores and there should keep alive when I go away from the component where the store was initialized. I want to handle the stop manually.
I didn't find anything in the documentation and the code also looks like this is not possible, but maybe I missed something.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions