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

Fix resume and reconnect #346

Merged
merged 13 commits into from
Oct 3, 2017
Merged

Commits on Oct 3, 2017

  1. start task instead of await in websocket message handler loop to allo…

    …w concurrent calls; add test for concurrent calls
    astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    3ccf99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a6dbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d2b513 View commit details
    Browse the repository at this point in the history
  4. attempting image build

    Jared Greene authored and astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    48d1a66 View commit details
    Browse the repository at this point in the history
  5. attempting image build

    Jared Greene authored and astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    f9da135 View commit details
    Browse the repository at this point in the history
  6. send messages to different clients independently, test for simultaneo…

    …us connections and disconnects
    astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    8d10bb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0026f2b View commit details
    Browse the repository at this point in the history
  8. Add run timer cleanup to client disconnect

    mcous authored and astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a18e345 View commit details
    Browse the repository at this point in the history
  9. change levels for some logging messages, change logging level in main…

    ….py, remove task from the queue once done
    astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    db6ec03 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0223c4 View commit details
    Browse the repository at this point in the history
  11. move init of seen to top, to have it initiaized before we try to crea…

    …te remote objects in parallel for array
    astaff committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4f7a1b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29831ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1bd30cc View commit details
    Browse the repository at this point in the history