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
There seems to be something wrong in the codebase. For me it is globalSubscriptionManager .ready() that acts totally unreliable. Actually all references to the individual subscriptions (which I get via globalSubscriptionManager.subscribe() return (ready()===true). BUT still the global globalSubscriptionManager .ready() returns false.
Hi guys,
just letting you know: I switched to using the original https://github.com/kadirahq/subs-manager which works much more stable for me.
Problem: globalSubscriptionManager.ready() acts unreliable and after clicking a few links in the ui returns "false"
There seems to be something wrong in the codebase. For me it is
globalSubscriptionManager .ready()
that acts totally unreliable. Actually all references to the individual subscriptions (which I get viaglobalSubscriptionManager.subscribe()
return (ready()===true
). BUT still the globalglobalSubscriptionManager .ready()
returnsfalse
.The bug exists in this package and also in ccorcos/meteor-subs-cache#20.
The text was updated successfully, but these errors were encountered: