Limit of concurrent websocket connections per client

I would like ot know what is the concurrent WS connecitons fo rclient, since each websocker can stream 100, how many symbols cna we stream in total, it seems to be reduced and limited to 2/3 recently.

You can establish a WebSocket connection using a single WebSocket, and the subscription limit per socket should be kept at 100.

We are working on enhancing the WebSocket and will provide an update once the improvements are available.