Is there any advantages of having two distinct websocket connections to the same server from the same client? To me this seems a bad design choice, but is there any reason why/where it should work out better?
Is there any advantages of having two distinct websocket connections to the same server
Share
There are several reasons why you might want to do that but they probably aren’t too common (at least not yet):
I’m sure there are other reasons but that’s all I can think of off the top of my head.