You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently once data is loaded into Minimongo, there isn't a mechanism to reset it. Calling subHandle.stop() will in fact only trigger the registered onStop callback (if any).
We need to evaluate whether this feature is really necessary, and whether it is feasible to reliably track and reset documents retrieved via different Methods.
Note: Most of the time it should be enough to keep data up-to-date by calling a data fetching Method on route load and set an appropriate cache duration for it.
Currently once data is loaded into Minimongo, there isn't a mechanism to reset it. Calling
subHandle.stop()will in fact only trigger the registeredonStopcallback (if any).We need to evaluate whether this feature is really necessary, and whether it is feasible to reliably track and reset documents retrieved via different Methods.
Note: Most of the time it should be enough to keep data up-to-date by calling a data fetching Method on route load and set an appropriate cache duration for it.