TD2: Add multithreaded server primary code.
[TD_SR.git] / TD2 / client / ThreadClientReceive.java
index 70f21b61e5a7f8868ba8db2f2059e62a419fcd78..e3b727b7e3b0abc7cf619b1380ccc149a44218a5 100644 (file)
@@ -11,6 +11,7 @@ public class ThreadClientReceive implements Runnable {
     public void run() {
         try {
             boolean end = false;
+            //FIXME: Not exiting properly from that loop!
             while (!end) {
                 String rline = client.receiveMsg();
                 if (rline.equals(".")) {