inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

mini-mongo cache clear on connect to remove stale documents #275

Closed ujwal-setlur closed 7 years ago

ujwal-setlur commented 7 years ago

Resolves #233. Clear mini-mongo cache after connection is established before subscriptions are renewed. This is to handle cases of disconnect and reconnect and deleted documents on server in that window.

Also resolving #272