WebSocket4Net icon indicating copy to clipboard operation
WebSocket4Net copied to clipboard

A popular .NET WebSocket Client

Results 113 WebSocket4Net issues
Sort by recently updated
recently updated
newest added

When trying to call websocket.Send() from anywhere else other than a subscribed event (When it is called) the data is not sent. The data is sent fine if i am...

CoreCLR Version: 4.700.19.60701 .NET Core Version: 3.1.1 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException: Object reference not set to an instance of an object....

Hi All, I have a UWP app with a Console App given full trust access. From our Console App which is a dotnet Console App we connect to Websockets, with...

WebSocket4Net is great - and thanks for continuing to support Silverlight for those of us that are stuck with it! So far everything is working great except for a fairly...

Hello, I am using a WebSocket client and experiencing Error event with the following message after sending data continuous for 5 minutes: System.IO.IOException: Unable to write data to the transport...

WebSocket4Net - 0.15.2 If you stop the server process while a client is attached a `ClosedEventArgs` object is not created and the client will not receive the expected 1006 Abnormal...

bug

Client Use WebSocket4Net - 0.15.2 By Nuget Server Use Fleck . client State always "open" after server closed. and not trigger error event.

I am not passing any custom header items in the constructor. URI length is 8111 chars. I can open a connection using other websocket clients like websocket-sharp.

In my app I need to dispose the `WebSocket` but if the `WebSocket` is connected then I would like to make sure that the `Closed` event will get fired. If...

bug

I connect to server and wanna disconnect from it. When i rise method `websocket.Close()` its not terminate connection. I see status "Closed". What means it? How force terminate connection? ```...