Skip to content

Websocket refactoring: per-client threads #77

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

ncoghlan
Copy link
Collaborator

Sync API clients now create a single background event loop and share it across all of their websockets (instead of giving each websocket handler its own dedicated background thread).

Sync API clients now create a single background event loop
and share it across all of their websockets (instead of giving
each websocket handler its own dedicated background thread).
@github-actions github-actions bot added the CLA signed Indicates that all contributors have signed label Apr 15, 2025
@ncoghlan ncoghlan merged commit 8284014 into main Apr 15, 2025
10 checks passed
@ncoghlan ncoghlan deleted the websocket-refactoring-part-2 branch April 15, 2025 15:34
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA signed Indicates that all contributors have signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant