Juan De Robles

Results 2 comments of Juan De Robles

SendClose, never send status, this is a temporary solution, ``` public void close(int code,string text) { byte [] status= BitConverter.GetBytes((short)code); Array.Reverse(status); byte[] datas = Combine(status, Encoding.UTF8.GetBytes(text)); SendClose(0, datas, 0, datas.Length);...

I have more than two years using websocketsharp in a .net core 3.1 project, the project is in production since then on Ubuntu 18.04, I have not suffered from any...