I'm facing a challenge I can't quite explain. Take a look at my screen:
https://i.sstatic.net/NU1C0.png
Recently, I embarked on a project to delve into meteor + mongo + typescript + angular2, but unfortunately I'm encountering issues with mongo.
When I make the initial log call to Dots.find().count(), it returns 0. Strangely, after 5 seconds, it jumps to 38.
Even though I know the collection isn't empty, I can't seem to pinpoint when the correct result will be available.
I've experimented with tracker through tracker documentation, but it hasn't been effective for me as I need to trigger a function only when all Dots are accessible.
Do you happen to have any solutions or insights on this matter?
Thank you.