-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve reconnect logic for websocket (#406)
* Capture possible exceptions when closing the room at any time and the internal process is busy. * fix. * imporve reconnect logic. * fix canReconnect logic on SignalLeaveEvent. * Monitor Connectivity changes and automatically reconnect. * update. * Improve PCs reconnection speed. * support Manual subscription. * update. * simple grid view for test. * update pubspec. * Fixed handleParticipantDisconnect not emitting for existing partcicpant. * Trigger full Reconnect when peerConnection Failed. * update grid view. * add checkIfDesposed. * update. * remove checkIfDisposed. * fixed rendering exception. * update. * update. * fix flutter analyze. * fix reconnect test. * update. * update. * revert changes for example app. * update. * Refactored reconnect logic to support connectivity/network change checking. * update. * update. * cleanup. * cleanup. * sendLeave for room.disconnect. * fix for web. * fix for web. * dart run import_sorter:main. * update. * fix.
- Loading branch information
1 parent
ffb4301
commit 0fcc341
Showing
16 changed files
with
520 additions
and
330 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.