-
When a live query is no longer needed, what is the correct way to unsubscribe and destroy it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I'm assuming calling Maybe a better followup question -- Is it possible to use the |
Beta Was this translation helpful? Give feedback.
-
Good question. I checked the code, it seems that stopping a realtime query isn't implemented yet! |
Beta Was this translation helpful? Give feedback.
-
I forgot to mention last week that you should now be able to stop the queries using |
Beta Was this translation helpful? Give feedback.
I forgot to mention last week that you should now be able to stop the queries using
query.stop()
, see #113!