Skip to content
Snippets Groups Projects
Commit c25c2ff7 authored by adfis's avatar adfis
Browse files

Merge origin/master

parents f6285c3f 5ba0ace0
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ public class TcpExample3Client { ...@@ -65,7 +65,7 @@ public class TcpExample3Client {
System.out.println("The message the server sent was: '" + serverMessage + "'"); System.out.println("The message the server sent was: '" + serverMessage + "'");
// socket gets closed, either automatically/silently by this code (or possibly by the server) // socket gets closed, either automatically/silently by this code (or possibly by the server)
Thread.sleep(500l); // slow things down, for example 500l (long) = 500 msec Thread.sleep(500l); // slow things down, for example 500l (long) = 500 msec (1/2 second)
} // end while(true) // infinite loops are dangerous, be sure to kill this process! } // end while(true) // infinite loops are dangerous, be sure to kill this process!
} }
......
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