-
Notifications
You must be signed in to change notification settings - Fork 14
Retry connect() on SFU full by requesting a different SFU #222
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
Open
aliev
wants to merge
22
commits into
main
Choose a base branch
from
feat/retry-connect-on-sfu-full
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+429
−46
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f68bbf7
feat: preserve SFU error code in SignalingError
aliev bd33f67
feat: add SfuJoinError and retryable error detection in connect_webso…
aliev 369a085
feat: pass migrating_from to coordinator join request
aliev 8678b80
feat: retry connect() on SFU full by requesting a different SFU
aliev 8f73de8
chore: remove dead retry code replaced by error-code-based detection
aliev 6a352b9
style: remove extra blank line left after dead code removal
aliev 536f95d
style: apply ruff formatting
aliev 311447d
style: apply ruff formatting to test_signaling.py
aliev 61da611
refactor: extract _handle_join_failure from connect() retry loop
aliev 2cf9b73
refactor: use exp_backoff with sleep parameter in connect() retry loop
aliev bacbce1
refactor: move ConnectionManager import to module level in tests
aliev 5af1ac6
Merge branch 'main' into feat/retry-connect-on-sfu-full
aliev 9db988d
fix: close ws_client on connect_websocket failure to prevent thread leak
aliev 6a34c05
test: mock exp_backoff in connect() tests to avoid real sleep delays
aliev 857d3c7
chore: update uv.lock
aliev efd9b09
refactor: use pytest fixture for ConnectionManager setup in tests
aliev ab8a27c
refactor: use fixtures in test_connection_utils, snapshot mutable lis…
aliev df9a07c
test: assert ws_client cleanup behavior, not just retry count
aliev de6d889
refactor: remove sleep param from exp_backoff, keep sleep in caller
aliev 23dc2f2
refactor: remove redundant _instant_backoff test helper
aliev dd99813
test: assert retry count in exhausted-retries test
aliev 66708cd
refactor: extract _connect_with_sfu_reassignment from connect()
aliev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.