websocket-sharp-core
websocket-sharp-core copied to clipboard
A websocket-sharp library port to .net standart 2.0
I added Strong Name signing to this project, so it can be used in other assemblies containing a strong name.
SendAsync(),发送消息报错,Operation is not supported on this platform
Greetings... Only 5 commits in one year with only one contributor. Can you tell me if this project is dead? Also, Aside from porting to .net standart 2.0, are there...
Is there a way to set the Logger level? Or to change the default logger? When running a .NET Core program on Linux with the terminal detached (via `disown`), sometimes...
I'm looking for a support `InflaterInputStream` from original library
Hi All, We have used WebSocketSharp Core library in our .netcore console application. We are also doing SSL handshaking and cert authentication/validation using WebSocket class SslConfiguration property - ServerCertificateValidationCallback assignment....
When I call this socket.Connect() and if the WebSocket is closed with an error. There're other async methods in my code which do not return to caller method. I peeked...