socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

Managing forceNew, multiplex or an equivalent

Open Florian287001 opened this issue 4 years ago • 0 comments

Hello,

When i use the librairy with two endpoints, i've see the librairie create 2 instances of socketIO.

It's possible to use only one instance for this twice connections ? Or it exist an option like forceNew, multiplex or an equivalent ?

I request that because in the socketIO js client, by default, the manager instance is reused for new connection. And for my project, i need to have (if is possible) one manager instance for all connections that i need (so one socket id for all connections).

Many thanks

Florian287001 avatar Feb 08 '21 13:02 Florian287001