throw new RuntimeException(e);
}
try {
// initial update to the game tables for someone entering the room.
GameCommand cmd = new GameCommand(GameCommand.Name.UPDATE_TABLES, cmdProcessor.getTables());
update(cmd);
while (!stopped) {
// receive the serialized commands that are sent and process them.
cmd = (GameCommand) iStream.readObject();