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(web sockets): server detects disconnected clients and closes them #143

Merged
merged 4 commits into from
May 27, 2022

Conversation

sdg9
Copy link
Collaborator

@sdg9 sdg9 commented May 26, 2022

server uses ping/pong approach to detect when a client is no longer connected and remove them if
stale

fix #129

server uses ping/pong approach to detect when a client is no longer connected and remove them if
stale

fix caribou-crew#129
@nx-cloud
Copy link

nx-cloud bot commented May 26, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c74a1c6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@NSwanson1 NSwanson1 merged commit 1ca24ab into caribou-crew:main May 27, 2022
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.

Sockets: Server side ping, disconnect clients that don't respond after X attempts
2 participants