-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription Override #69
Comments
Hi, It should work the same way Meteor does, depending on the parameters, meteor on client decides if it is a new subscription and store it on cache. We currently use this package on our biggest app and have not seen problems like that. Are you changing the collection locally our how do you know it is overridden? |
Can you please show the |
@paranoico I have quite an unusual case of subsequent subscriptions happening in my app. I guess that would usually not be a problem under common usage.
@jankapunkt I'm not sure how it should behave, I just expected it would be interchangeable with the Meteor subscribe and behave the same. |
@toledoroy How do you determine the subs is overridden? Are you pushing changes using Meteor methods? Or are you changing data locally? |
Hi,
After replacing some of the Meteor subscriptions to cached subscriptions some of them seem to have been overriding each other. (when one subscribes the former disappears)
I'm not sure when it happens or how to recreate this... or how to avoid it.
When making multiple subscriptions to the same point (I.e. 'post, 1', 'post, 2',[...]) how does the cache keep track and determine which subscription is which?
The text was updated successfully, but these errors were encountered: