Text race history for fantastic banter (erratic_ked)

Back to text analysis page

/** Loop waiting for a connection and a valid command */ while (true) { Socket socket = null; InputStream stream = null; try { socket = serverSocket.accept(); socket.setSoTimeout(10 * 1000); stream = socket.getInputStream(); } catch (AccessControlException ace) { log.warn("StandardServer.accept security exception: " + ace.getMessage(), ace); continue; } catch (IOException e) { log.error("StandardServer.await: accept: ", e); System.exit(1); }

Game Time WPM Accuracy
16 2017-05-27 22:11:06 75.81 89%
15 2017-05-27 22:09:22 71.25 87%
9 2017-05-27 22:01:00 70.56 91%
3 2017-05-27 21:50:11 73.25 88%