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

Add websocket keepalive support #530

Merged
merged 3 commits into from
Feb 5, 2019
Merged

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    d36d3dc View commit details
    Browse the repository at this point in the history
  2. Use constant tick rate for websocket keepalive

    Some clients (e.g. apollographql/subscriptions-transport-ws) expect a
    constant tick rate for the keepalive, not just a keepalive after x
    duration of inactivity.
    sinamt committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    9c4b877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43fdb7d View commit details
    Browse the repository at this point in the history