GameContext.log(0, "UpdateWorker terminated.");
}
private void processNextCommand() throws IOException, ClassNotFoundException {
GameCommand cmd = (GameCommand) inputStream.readObject();
GameContext.log(0, "Client Connection: got an update from the server:" + cmd);
boolean processed = false;
int count = 0;