Each livequery opens new websocket connection from client to server

Currently, I have two live query subscriptions from the client but the browser opens two different sockets for each live query which occupies two ports on the server. Can we have one connection opened for all the subscriptions?

This sounds SDK specific, I’m assuming you mean the JS SDK does this since you mentioned “browser”?

Can you post an example of your websocket frames?
Here are mine. I have one connection that handles all my subscriptions.