ObjectiveDDP
ObjectiveDDP copied to clipboard
Reconnect polling logic should be smarter
If the meteor server is not responding then the polling mechanism should intelligently slow down over time - starting with 1 second, then 5, 10, 20, 60
Exponential backoff algorithm yes?
Have made a start on this, now that there is a manual reconnect function the auto reconnect delays up to every 30 seconds. Needs feedback. Could listen for wifi/data connections.