When I run Meteor.disconnect() and then Meteor.reconnect(), Meteor clears minimongo, how can I prevent this?
问题 We are using fast render in our app, so all the data the app needs is sent down with the app itself. We are not using any Meteor.subscribe calls since minimongo is populated by fast render. Once rendered we run Meteor.disconnect() At some point in the future we want to reconnect to call a specific method, but when we reconnect, minimongo gets cleared. How can we prevent Meteor from clearing all documents in minimongo upon reconnect? 回答1: I suspect that it's actually fast render that is