socket.io-client-csharp
socket.io-client-csharp copied to clipboard
Managing forceNew, multiplex or an equivalent
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