Skip to content
Snippets Groups Projects
Commit fafa174c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

comment

parent dedbbf36
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public class TcpExample3Client {
System.out.println("The message the server sent was: '" + serverMessage + "'");
// 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!
}
......
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