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 was taking the result only if DDP._allSubscriptionsReady() is true... but I found that sometime DDP._allSubscriptionsReady() is true and the findOne returns undefined! (I'm sure it's not undefined)
Hi,
I'm facing an issue with findOne function.
Yes, when the subscription is not ready, the function return undefined.
Should we wait subscriptionReady for a findOne Operation?
Or I'm going in the wrong direction?
Let me know :)
Thank you
The text was updated successfully, but these errors were encountered: