Could you please consider to use native `NodeJS` `WebSockets` module or `undici` package instead of the currently used `websockets` package. `websockets` package has lot of opened issues and not well-supported. Also it contained outdated dependencies which are source of the problems. Using native modules gives us guarantee that this part of the code will be stable and will not require additional attention at the future.
Could you please consider to use native
NodeJSWebSocketsmodule orundicipackage instead of the currently usedwebsocketspackage.websocketspackage has lot of opened issues and not well-supported. Also it contained outdated dependencies which are source of the problems.Using native modules gives us guarantee that this part of the code will be stable and will not require additional attention at the future.