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?
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”?