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

Connect to wish-server and listen for push events, as appropriate #92

Merged
merged 11 commits into from
Nov 1, 2018

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    f27947b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3f85be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be26873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8844dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ac393 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c90ef98 View commit details
    Browse the repository at this point in the history
  7. Reload sheets in response to "CHANGED" events

    Refs #53
    
    It's happening!
    dhleong committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    477b4b7 View commit details
    Browse the repository at this point in the history
  8. Handle fatal server disconnects with exponential backoff retry

    Hopefully this will only come into play on local dev, but it's good to
    handle anyway, just in case.
    dhleong committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    72a35a6 View commit details
    Browse the repository at this point in the history
  9. Create shared throttle-with-set implementation

    Prep for `create-watches` routine, which we also want to throttle
    dhleong committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    a1641e2 View commit details
    Browse the repository at this point in the history
  10. Respond to need-watch events

    dhleong committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    a9561ba View commit details
    Browse the repository at this point in the history
  11. Wait much longer between push/check when offline

    But check immediately when we come back online
    dhleong committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    af170f5 View commit details
    Browse the repository at this point in the history