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

feat(ws): send pings every 10 seconds #51

Merged
merged 8 commits into from
Jul 11, 2024

Commits on Jun 19, 2024

  1. feat(ws): send pings every 10 seconds

    To make sure connection is still valid, send ping every 10 seconds.
    krzysztofdrys committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5e79531 View commit details
    Browse the repository at this point in the history
  2. fix typo

    krzysztofdrys committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5d515df View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. run tests in parallel

    krzysztofdrys committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0157094 View commit details
    Browse the repository at this point in the history
  2. run tests in parallel

    krzysztofdrys committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e34dc32 View commit details
    Browse the repository at this point in the history
  3. typo

    krzysztofdrys committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    62ee7fb View commit details
    Browse the repository at this point in the history
  4. fix makefile

    krzysztofdrys committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a8db609 View commit details
    Browse the repository at this point in the history
  5. rework times

    krzysztofdrys committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bcd2058 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    bda7098 View commit details
    Browse the repository at this point in the history