-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PBE-4237] Handle WebSocket connection failure (#1119)
* If the banned field is missing, set it to false and don't crash * Add inline docs for connect invocation param * Handle connect continuation exception * Improve KDocs for StreamVideoBuilder and build(). * Small code & comment improvements * Emit ConnectException, collect in ClientState and set connection as Failed * Remove test code * Refactor error handling in PersistentSocket * Add @see to build method * Change `two clients is not allowed` test expected exception type --------- Co-authored-by: Aleksandar Apostolov <[email protected]>
- Loading branch information
1 parent
a801a4a
commit 3323c2a
Showing
8 changed files
with
148 additions
and
81 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.