Text race history for Vielle (arc_sec)

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
85 2019-08-12 16:19:06 101.62 97%
79 2019-08-11 11:14:16 114.07 99%
64 2019-08-08 23:34:57 109.04 98%
27 2019-08-08 03:31:34 99.11 97%
24 2019-08-08 03:25:14 103.28 99%
21 2019-08-08 03:21:03 99.92 98%