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

feat(ws): Better Health Checks #95

Merged
merged 10 commits into from
Nov 28, 2024
Merged

feat(ws): Better Health Checks #95

merged 10 commits into from
Nov 28, 2024

Conversation

0xIchigo
Copy link
Collaborator

This PR aims to implement better health checks for websockets by integrating better health connection monitoring via ping-pongs. Users can now configure the duration between ping messages and the duration to wait for a pong response before considering the connection dead using the new new_with_ws_with_timeouts method

Users can continue using new_with_ws without any hiccups, as this PR is designed to be backwards compatible with the default values

@0xIchigo 0xIchigo merged commit 6a2999a into dev Nov 28, 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.

1 participant