Skip to content
Snippets Groups Projects
Commit 098f8ee2 authored by Leonard's avatar Leonard
Browse files

dunno irwas im client handler

parent 65012f39
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ import java.io.*;
import java.net.Socket;
import java.util.*;
/** Handle each client in a separate thread */
public class ClientHandler implements Runnable {
/**
......@@ -166,7 +167,6 @@ public class ClientHandler implements Runnable {
e.printStackTrace();
send.println("[EXCEPTION]:[NEW-GAME]:[USERNAME]:" + username);
}
// ==================== RUNNING ====================
while (gameActive) {
sendObject.writeObject(this.serverServiceCommunicator.getResponse((RequestObject) receiveObject.readObject()));
......
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