Open wandonye opened 7 years ago
I tried Meteor.connect(url).then(...) which seems not working. So is there a way I can do something once and only after Meteor is connected to the server successfully?
Meteor.connect(url).then(...)
Why don't you just trigger your activity after Meteor.status() comes back positive? That's a reactive variable.
I tried
Meteor.connect(url).then(...)
which seems not working. So is there a way I can do something once and only after Meteor is connected to the server successfully?