I found that the websocket in frontend connects to a default static wsPath in the constructor of WebSocketConnectionProvider:
const url = this.createWebSocketUrl(WebSocketChannel.wsPath)
with static wsPath = '/services'
.
Can i change the wsPath to another server?