doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
729 stars 125 forks source link

Polling or websocket #223

Open phillamarmotte opened 2 years ago

phillamarmotte commented 2 years ago

Hello, is there a way the client connect to the server using pooling then upgrade to websocket if it's available. The same way the js lib does ?

Regards