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

ApiListener: Log connection attempts from an already connected client prominently #10207

Merged
merged 1 commit into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. ApiListener: Log connection attempts from an already connected client

    Something is definitely going wrong if a client tries to reconnect to
    this endpoint while it still has an active connection to that client. So
    we shouldn't hide this, but at least log it at info level. Apart from
    that, I've added some additional information about the currently active
    client, such as when the last message was sent and received.
    yhabteab committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9d4625e View commit details
    Browse the repository at this point in the history