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 ConnectionError in rapu._handle_messages #862

Merged

Commits on May 6, 2024

  1. fix: handle ConnectionError in rapu._handle_messages

    If client connection is broken there is nothing the server
    can do. Handle the specific case and silence stats and reporting.
    The aiohttp expects a response object, although this is not and
    cannot be written to client as the connection is already broken.
    jjaakola-aiven committed May 6, 2024
    Configuration menu
    Copy the full SHA
    79fb21a View commit details
    Browse the repository at this point in the history