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
I am using fast render and it is working normally.
But I am running into an issue, where if I use Meteor.disconnect() and then Meteor.reconnect() minimongo gets cleared out, since I am not using an subscriptions, and only using Fast Render to get data to client.
Upon reconnect Meteor resumes any subscriptions and since there are no subscriptions minimongo gets cleared. But the original fast render data is still in the head of the document. So upon reconnect I would like to reinit Fast Render and fill up minimongo.
I have tried running this code to reinit Fast Render
I am using fast render and it is working normally.
But I am running into an issue, where if I use Meteor.disconnect() and then Meteor.reconnect() minimongo gets cleared out, since I am not using an subscriptions, and only using Fast Render to get data to client.
Upon reconnect Meteor resumes any subscriptions and since there are no subscriptions minimongo gets cleared. But the original fast render data is still in the head of the document. So upon reconnect I would like to reinit Fast Render and fill up minimongo.
I have tried running this code to reinit Fast Render
But for some reason it only loads one document per collection and then stops. Any advice on how to do this?
The text was updated successfully, but these errors were encountered: