Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle the first /sync failure differently. #216

Merged
merged 3 commits into from
Sep 23, 2016

Commits on Sep 22, 2016

  1. Handle the first /sync failure differently.

    A /sync request may spuriously fail on occasion, without the
    "connection" actually being lost. To avoid spurious "Connection Lost"
    warning messages we ignore the first /sync and immediately retry, and
    only if that fails do we enter an ERROR state.
    erikjohnston committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    352f79e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Comment

    erikjohnston committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    e4aea70 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    erikjohnston committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    f6614ac View commit details
    Browse the repository at this point in the history