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: reduce log level for conection reset #4965

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

rvullriede
Copy link
Contributor

A connection reset is quite normal in the lifetime of a long living websocket connection. Since all subscriptions on the old connection will be resubscribed after reconnecting it should not be treated as an error. A warning seems more reasonable.
Why do I consider such a simple change relevant: I handle systems were each error is triggering an alert that needs to be investigated.

@timmolter timmolter merged commit 586be46 into knowm:develop Nov 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants