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

using version 3.0.3 I am experiencing an unhandled exception which, as per my understanding, occurs when a task is cancelled before it is completed. However, in my code, I am...

Issue is present with given User-Agent, the agent does not matter, all seems to fail. ```csharp var options = new SocketIOOptions() { AutoUpgrade = true, Path = "/socket.io/", Reconnection =...

@doghappy, 1. Server package version: "https://www.npmjs.com/package/socket.io/v/2.5.0" 2. Client package version: Latest version, 2.0.0, 2.3.0,3.0.0, etc.. 3. Client built using .Net 6.0 4. Able to build connection using postman 5. Checked...

Hello dog 😄 First of all, thanks for the project, it helped me a lot. However, I'm having struggle to cancel an ongoing connection attempt initiated with ConnectAsync, would it...

I have been using this library for server to client communication , works perfectly fine. Now I need P2P messaging for faster communication between peers and found supported server and...

Bumps [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) from 2.5.172 to 2.5.187. Release notes Sourced from MessagePack's releases. v2.5.187 Changes: #2014: Use a collision-resistant hash algorithm for untrusted data to address https://github.com/MessagePack-CSharp/MessagePack-CSharp/security/advisories/GHSA-4qm4-8hg2-g2xm #2010: Update published security...

dependencies
.NET

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5. Release notes Sourced from System.Text.Json's releases. .NET 8.0.5 Release What's Changed [release/8.0-staging] Fix AsyncVoidMethodBuilder race condition around SynchronizationContext by @​github-actions in dotnet/runtime#99640 [release/8.0-staging] Always...

dependencies
.NET

Hi, when can we expect new NuGet version with the fixes from the past year to be released? Thanks.

Unity Error,how to pass SSL errors Assets\Socket_Manager.cs(107,28): error CS0029: Cannot implicitly convert type 'System.Net.WebSockets.ClientWebSocket' to 'SocketIOClient.Transport.IClientWebSocket' client = new SocketIOUnity("wss://xxxx", new SocketIOOptions { ReconnectionAttempts = 5, }); client.ClientWebSocketProvider = ()...

Bumps [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io) and [engine.io-client](https://github.com/socketio/engine.io-client). These dependencies needed to be updated together. Updates `ws` from 7.4.6 to 7.5.10 Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to...

dependencies
javascript