Skip to content
Snippets Groups Projects
Commit 88b2950a authored by justi's avatar justi
Browse files

Frank Assignment 1

parent 6def60c3
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public class FrankTCPExample3Client {
if (serverMessage.equals("this is good bye message from the server")) { //if client recieved termanation message stop client
break;
}
Thread.sleep(1000); // slow things down, for example 50l (long) = 500 msec
Thread.sleep(1000); // turned it down to 1 second
} // end while(true) // infinite loops are dangerous, be sure to kill this process!
} catch (IOException e) {
......
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