Skip to content
Snippets Groups Projects
Commit 914c1a5c authored by justi's avatar justi
Browse files

Frank Assignment 2

parent 53edf951
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ public class FrankClient {
System.out.println("Hola!");
System.out.println("The message the server sent was: '" + serverMessage + "'");
int count = 0;
System.out.println("KyleClient responds with: KyleServer!! This is KyleClient!! Come in Over!!. This this my ***break***" + count +" time trying to contact you.");
System.out.println("test");
count++;
// socket gets closed, either automatically/silently by this code (or possibly by the server)
if (serverMessage.equals("this is good bye message from Franks server")) { //if client recieved termanation message stop client
......
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