-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(websocket-plugin): get rid off
rxjs/webSocket
and use `Web…
…Socket` directly This commit updated the WebSocket handler implementation and switched to using the native `WebSocket` directly, instead of relying on `rxjs/webSocket`. The RxJS WebSocket implementation can be cumbersome when it comes to handling socket events and lacks simplicity. By handling socket events manually, we avoid the need to use the RxJS implementation.
- Loading branch information
Showing
3 changed files
with
133 additions
and
134 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