Skip to content
Snippets Groups Projects
Commit b007fdf4 authored by tonschnoer's avatar tonschnoer
Browse files

test

parent 84490f3b
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class TCPServer
// wait for answer from Client
while (true)
{
Console.Write(":");
Console.Write("::");
bytesRead = clientStream.Read(receivedData, 0, 32768);
if (bytesRead == 0) break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment