lowkeywx

Results 3 comments of lowkeywx

you need change this code in Main function. Main is in programs.cs while (true) { Thread.Sleep(50); }

The server doesn't seem to be working properly

I left out one piece of code. var bytesRead = _ns.EndRead(result); if (bytesRead == 0) { Thread.Sleep(10); //i add this code, modus vivendi _buffer = new byte[2048]; _ns.BeginRead(_buffer, 0, 2048,...