Hey, I seem to be having an issue or potentially misunderstanding tracker statements.
I see that in the Readme file, there is a Meteor.subscribe call inside a tracker statement $m. If I do that in my meteor app, my subscriptions get multiplied. If I use Tracker.autorun instead, they don't.
Using "$m" for the "mainObjects-sources" subscription:


Using Tracker.autorun:


Could you please clarify what exactly is the difference between using $m and Tracker.autorun? And why should we put "Meteor.subscribe" calls inside tracker statements if it leads to the subscriptions being multiplied?
Thanks!
Hey, I seem to be having an issue or potentially misunderstanding tracker statements.
I see that in the Readme file, there is a Meteor.subscribe call inside a tracker statement $m. If I do that in my meteor app, my subscriptions get multiplied. If I use Tracker.autorun instead, they don't.
Using "$m" for the "mainObjects-sources" subscription:


Using Tracker.autorun:


Could you please clarify what exactly is the difference between using $m and Tracker.autorun? And why should we put "Meteor.subscribe" calls inside tracker statements if it leads to the subscriptions being multiplied?
Thanks!