mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Add a 'reconnect_attempt' event or similar #104

Open AlexFrazer opened 8 years ago

AlexFrazer commented 8 years ago

Worthwhile for people who are trying to use redux or similar to establish a connection. Something similar to Meteor:

Tracker.autorun(() => {
  Meteor.connect();
  console.log(Meteor.status())
});