For my application some clients/flows need to use https:, and some things can be handled over plain http. I tried instantiating 2 SocketCluster objects, but it will only allow me to instantiate one (singleton)
Ideally, in the SocketCluster options, one would be able to specify a list of ports, with protocol options for each
For my application some clients/flows need to use https:, and some things can be handled over plain http. I tried instantiating 2 SocketCluster objects, but it will only allow me to instantiate one (singleton)
Ideally, in the SocketCluster options, one would be able to specify a list of ports, with protocol options for each