System.out.println("The message the server sent was: '"+serverMessage+"'");
// socket gets closed, either automatically/silently by this code (or possibly by the server)
intcount=0;
System.out.println("KyleClient responds with: KyleServer!! This is KyleClient!! Come in Over!!. This this my ***break***"+count+" time trying to contact you.");
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