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

Hi. I trying to use this package but getting output message as shown on titile ` /// Using a test's web socket echo server at: https://www.websocket.org/echo.html [TestClass] public class WebSocket4Net_UnitTest...

Current version uses System.Net.Security 4.3.0, through SuperSocket 2.0.0-beta8 which is vulnerable ref: https://github.com/aspnet/Announcements/issues/239 To address, update to using SuperSocket which uses System.Net.Security to 4.3.2 or newer.

Facing same issue of null pointer exception https://github.com/kerryjiang/WebSocket4Net/issues/80 Library used : WebSocket4Net (0.15.2) NETStandard.Library(2.0.3) .NET standard 2.0 used Exception !!! : [org.tizen.art-app] [2297] EXCEPTION Exception !!!: System.NullReferenceException: Object reference not...

I tried to setup a socket with a proxy using the Proxy property (IProxyConnector from supersocket) but there is no way to pass the authorization header "Proxy-Authorization" for credentials. Note...

Hello, I am trialling WebSocket4Net and I can't figure out how to use the proxy - I can see the proxy property, however, I can't find a class it works...

hi, 我从nuget上拉了 0.15.2 的包,但是看起来跟 master 版本上的代码不太一致。比如没有 receiveasync 方法 等。 是不是master版本没有编译后推送到 nuget 上 ?

![11122](https://user-images.githubusercontent.com/37291097/60902265-ecee8600-a2a1-11e9-91e7-09a7dd4b615e.jpg) The running result has same as above picture, only some return data,But anther project by Python has no question.the Python project already upload my repository.

**Environment:** Windows 10 Pro 64bit WebSocket4Net v0.15.2 (from NuGet package) .NET Framework v4.8 **Issue:** I use WebSocket4Net for a few months and everything worked well until November, 19th 2021. Since...

We are using the WebSocket4Net 0.15.2.11, and it seems that we cannot connect to the server with the URL containing the ticket query string. But the Chrome extension Simple WebSocket...

Hi, I have an exception in my AppCenter diagnostics caused by the WebSocket4Net plugin. Stacktrace: ``` TaskCompletionSource`1[TResult].SetResult (TResult result) WebSocket.FinishCloseTask () WebSocket.OnInternalError () WebSocket.OnError (SuperSocket.ClientEngine.ErrorEventArgs e) WebSocket.client_Error (System.Object sender, SuperSocket.ClientEngine.ErrorEventArgs...