N
Nikola Skoric
Is there an event which could notify me when a TcpClient has something
to read? Or do I just have to do
while (!networkStream.DataAvailable) Thread.Sleep(50);
to read? Or do I just have to do
while (!networkStream.DataAvailable) Thread.Sleep(50);