Open interfaith opened 8 years ago
subscribing to the last 100 documents does update, which will suffice, however subscribing to a 'window' rowstart.. to rowstop will not be reactively published :( a BUG ? in meteor ?
If it's a bug in meteor you should report it to them :(
Meteor does reactively update if an entire set of data is subscribed, however if only a window of rows are subscribed, this window subset does not reactively update from meteor, polling is needed.
A window of a limited number of the most recent data does work reactively. However in general a 'window' subset of documents does not update reactively.