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: handle panic on Ws error #1915

Merged
merged 5 commits into from
Dec 1, 2022

Commits on Nov 30, 2022

  1. On Ws error close all active subscriptions and force clients to recon…

    …nect. the Websocket.
    Andrea Simeoni committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0cf98c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Comment typos

    Andrea Simeoni committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    806a39e View commit details
    Browse the repository at this point in the history
  2. Unit tests

    Lint
    cargo +nightly fmt
    Andrea Simeoni committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    7ac184e View commit details
    Browse the repository at this point in the history
  3. - Added CHANGELOG entry

    - Added `#` prefix to issue IDs where missing
    Andrea Simeoni committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a4bd47a View commit details
    Browse the repository at this point in the history
  4. ownership typo

    Andrea Simeoni committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f2eb1ed View commit details
    Browse the repository at this point in the history