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

Support transparent reconnects on the server #19

Merged
merged 21 commits into from
Jan 6, 2020

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    c48bbeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aca4698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1fb6af View commit details
    Browse the repository at this point in the history
  4. more debug logging

    DanTup committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    39b7d99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc5e488 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    652a016 View commit details
    Browse the repository at this point in the history
  7. More debugging

    DanTup committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    c3931c1 View commit details
    Browse the repository at this point in the history
  8. Don't cause multiple pauses

    DanTup committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5d5f4f8 View commit details
    Browse the repository at this point in the history
  9. Remov debug logging

    DanTup committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    fea430f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Switch boolean to timer

    DanTup committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0a5827c View commit details
    Browse the repository at this point in the history
  2. Tweak comment

    DanTup committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    254142e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee2787 View commit details
    Browse the repository at this point in the history
  4. Move sse_handler -> src

    DanTup committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    bef2937 View commit details
    Browse the repository at this point in the history
  5. Re-export sse_handler classes

    DanTup committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b5f53f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8af4a5e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    76bd181 View commit details
    Browse the repository at this point in the history
  2. Add test for messages arriving in-order

    Curently fails with:
    
    ```
      Expected: ['one', 'two']
        Actual: ['two', 'one']
    ```
    DanTup committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    1437f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58fc9e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    611cee9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    eac5b4e View commit details
    Browse the repository at this point in the history
  2. actual existing lower bound

    grouma committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a57ed2c View commit details
    Browse the repository at this point in the history