Skip to content
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

refactor(websocket-plugin): get rid off rxjs/webSocket and use WebSocket directly #2033

Merged
merged 2 commits into from
Sep 15, 2023

Commits on Sep 15, 2023

  1. 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.
    arturovt committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    406f9bc View commit details
    Browse the repository at this point in the history
  2. chore: update CHANGELOG.md

    arturovt committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8fa8bf7 View commit details
    Browse the repository at this point in the history