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"
// using Blaze Components
onCreated() {
super.onCreated()
// TemplateLevel autorun
this.autorun(() => {
globalSubscriptionManager.subscribe('sub1')
globalSubscriptionManager.subscribe('sub2')
})
}
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.
The bug exists in this package and also in ccorcos/meteor-subs-cache#20.
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.