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

Update websocket dependency #520

Merged
merged 17 commits into from
Nov 15, 2019
Merged

Update websocket dependency #520

merged 17 commits into from
Nov 15, 2019

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    15a0552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b512ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fadd232 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5790f6 View commit details
    Browse the repository at this point in the history
  5. ConnectionManager: ensure that a connection attempt that is interrupt…

    …ed by an auth change is retried immediately
    paddybyers committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    6bb4a16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8d5596 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1fead9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f96f86a View commit details
    Browse the repository at this point in the history
  9. WebSocketTransport: ensure that async events are propagated in a sepa…

    …rate (timer) thread, avoiding deadlock involving the WsClient lock
    paddybyers committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9962924 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24b4930 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31b38c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e71c7eb View commit details
    Browse the repository at this point in the history
  13. WebsocketTransport: ensure that the timer exists always, not only whe…

    …n the activity timer is running, since the timer is now also used for WsClient event callbacks
    paddybyers committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9bd0885 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d073edb View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    d179cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a81179 View commit details
    Browse the repository at this point in the history
  3. ConnectionManagerTest: @ignore tests that are not valid tests for the…

    … spec items in question
    paddybyers committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    12ba625 View commit details
    Browse the repository at this point in the history