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
{{ message }}
This repository was archived by the owner on May 11, 2024. It is now read-only.
When I have a subscription that returns some set of data, then I run it again with different arguments to obtain only a fraction of that data, I will end up with all the original data instead of the smaller dataset. This is different behavior from the vanilla Meteor.subscribe/publish. Is this intentional?