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

socket.io-client implemention for .NET

Results 111 socket.io-client-csharp issues
Sort by recently updated
recently updated
newest added

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 ?...

i have bugs this lib stop all after a few minutes

Unable to connect to the remote server ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl

enhancement

I've been used server that i need to use WebSocket.Send Not WebSocket.Emit('eventName'); whats you option?

Right now our team is using self-signed certificates for testing and socket io for communication. To use custom certificate validation the solution I've found is: ```cs var socket = new...

- Closes #358 - Changed all projects to target both .net standard 2.0 and .net 4.6.2 - Except `SocketIO.Serializer.MessagePack` - Changed `SocketIO` constructor to include `ISerializer` - `ISerializer` defaults to...

It is great this library supports both System.Text.Json and Newtonsoft, but it is difficult to consume in some dev environments since System.Text.Json is unavailable. Is there a way to decouple...

I´m getting spammed by this message even though there´s nothing going on in my ocde. `[monodroid-assembly] typemap: unable to find mapping to a managed type from Java type 'com/android/okhttp/internal/huc/DelegatingHttpsURLConnection' [monodroid-assembly]...

We've noticed that your package on NuGet.org is missing a README file. ## Why READMEs are Important Our customer research indicates that one of the top problems that package consumers...