170171172173174175176177178179180
engine.inject(new ServerSocket(port_)); Thread.sleep(alive_); engine.idleHalt(); StopWatch.stopAll(); Log.info(this, "testSocket", "\n" + StopWatch.convertToString() + "\n"); }
8889909192939495969798
engine.inject(new Boolean(true)); Thread.sleep(10); engine.idleHalt(); } private static boolean shouldHalt(Player player, IThread thread) { if(player.get() > MAX)