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

I performed the installation through the nuget package manager for a .net Framework 4.5 project, but I don't receive a connection response to a node.js server version 14.17.4 LTS. Is...

I want to create socket io server in asp.net mvc C#. Can anyone suggest.

hi I have a test setup where i make 100 connections that send a small message 3 times pr. second. I keep getting this error and I don't know why....

Hi, since upgrading to **3.0.4** (from **2.3.0**) running on .Net6 - I've started seeing some strange behaviour in relation to the OnConnected event appearing to fire twice (where it fired...

hi I can see that when the server is terminated the client EmitAsync throws an abort exception. This is good, but it takes 30 seconds for it to abort the...

enhancement

How to impliment this part of code in xamarin shell ` var app = new App(); var mainPage = app.MainPage as MainPage; mainPage.AddExpectedException(typeof(Java.Net.SocketException)); mainPage.AddExpectedException(typeof(Java.Net.SocketTimeoutException)); LoadApplication(app);`

Hi @doghappy Customer sent screenshot with unhandled exception. ![image](https://user-images.githubusercontent.com/11534020/142597587-c259b3c8-7327-4616-8a03-e08033cb08e8.png) and brief exception text part: > ************** Exception Text ************** SocketIOClient.Exceptions.InvalidSocketStateException: Connection is not open. at SocketIOClient.WebSocketClient.ClientWebSocket.\d__18.MoveNext() --- End of stack...

hi I would like to know what has been performed when the task returned by EmitAsync completes. At the moment i am waiting 5 sec. for a call to EmitAsync...

As the title states - the Task returned by SocketIO.DisconnectAsync is completed before the disconnect process is completed, which leads to unexpected callbacks to be called afterward. Presumably, the fix...

We are seeing that sometimes we do not get notified of disconnects. We are using the default values for reconnection. The server side (made in java-script) is getting notified when...