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
I started using this package in my production app and I'm noticing the following doesn't always work:
subsCache.ready() - tells you if all subscriptions in the cache are ready
It will regularly not return true. However, I created my own global helper that loops and checks each individual cached subscription using the sub.ready() call and it works great:
I started using this package in my production app and I'm noticing the following doesn't always work:
subsCache.ready()
- tells you if all subscriptions in the cache are readyIt will regularly not return true. However, I created my own global helper that loops and checks each individual cached subscription using the
sub.ready()
call and it works great:I'll try to dig into the code myself but I wanted to report this here.
The text was updated successfully, but these errors were encountered: