-
Notifications
You must be signed in to change notification settings - Fork 1
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
As ws client #2
As ws client #2
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2 +/- ##
==========================================
+ Coverage 96.42% 96.61% +0.18%
==========================================
Files 3 7 +4
Lines 84 207 +123
Branches 9 27 +18
==========================================
+ Hits 81 200 +119
- Misses 3 5 +2
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Joost Lekkerkerker <[email protected]>
ws_client._session.ws_connect = client # type: ignore[method-assign] # pylint: disable=protected-access | ||
|
||
async def receive() -> WSMessage: | ||
nonlocal client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think nonlocal is needed.
Proposed Changes
Add WebRTC websocket endpoint and commands
Related Issues