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

Use _write_async_message for sensor updates #100

Merged
merged 2 commits into from
Sep 8, 2024

Commits on Sep 5, 2024

  1. Use _write_async_message for sensor updates

    Clients that don't keep up with sensor updates will now be disconnected,
    instead of causing the server to use an ever-increasing amount of RAM.
    
    This required some unintuitive changes to keep mypy happy, due to
    python/mypy#17723.
    bmerry committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fb4eec4 View commit details
    Browse the repository at this point in the history
  2. Add a test for disconnecting a client in sensor_update

    See NGC-1440.
    bmerry committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0f3a602 View commit details
    Browse the repository at this point in the history