Commit 54d05eca authored by nargessalehi98's avatar nargessalehi98

over

parent 1510f37d
Pipeline #5123 failed with stages
......@@ -20,7 +20,7 @@ public class Handler implements Runnable {
try {
line += streamIn.readUTF();
System.out.println(line);
if (line.contains("bye")) {
if (line.contains("over")) {
done = true;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment