websocket-client icon indicating copy to clipboard operation
websocket-client copied to clipboard

🔧 .NET/C# websocket client library

Results 64 websocket-client issues
Sort by recently updated
recently updated
newest added

Hi. How set SslConfiguration in client? Me need set System.Security.Authentication.SslProtocols.Tls12 in WEbSocket client for connect to wss.

Hi there, When I do a StartOrFail() with a bad uri (i.e. 'wss://bla/'). It triggers a DisconnectionHappened (this is correct). But then, when I exit the scope, my client gets...

See #114. I updated a test to catch this new behavior, and then I updated the code accordingly (this only required a tiny change).

I want to decode wss in wireshark, can I get the pre master secret?

I spent a few days preparing my WPF app for websocket connections, and I now can't go any further because I discovered the library can't connect to anything other than...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I am unable to connect to a websocket based API running locally as it uses a self signed certificate. How can i disable certificate validation?

Hello , im a junior .net developer and there is a thing that i cannot understand so i need your help. Im working on an app with video calls ,...

Hi there. Awesome library. Use it for a simple websocket and works great! Now I see in the help files you talk about channels and subscribing but I don't see...

Hello, I am struggling with issue, getting error 'Cannot connect with remote server' here are console logs: ``` Disconnection happened, type: Websocket.Client.DisconnectionInfo Nie można połączyć się z serwerem zdalnym //cannot...