Closed turbobuilt closed 7 years ago
I would like to notify the user if for some reason the app can't connect to the server. Is there a method I can call to check connection status?
Meteor.status().connected()
Meteor.status().connected, connected is a boolean not a function.
Meteor.status().connected
connected
I would like to notify the user if for some reason the app can't connect to the server. Is there a method I can call to check connection status?