Open interfaith opened 8 years ago
You have to stop the subscription for the prior window for meteor to remove the documents.
The table is changing so any window could change as well.
3 move the window stop old subscribe start new subscribe
old window data will be removed ?
On Mon, Jul 25, 2016 at 4:11 PM, Amy Slagle notifications@github.com wrote:
You have to stop the subscription for the prior window for meteor to remove the documents.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aslagle/reactive-table/issues/416#issuecomment-235114399, or mute the thread https://github.com/notifications/unsubscribe-auth/AAs5z4ztRzP7-SUVSuyMYWXTTAD8oochks5qZUKogaJpZM4JUbW2 .
Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D
Yes, that should work.
so now a window of a collection can be published without accumulating documents from a prior window ? when the window view changes the old window documents are not wanted.
yet meteor seems to keep all docs subscribed over time