Text race history for Meshach Asis (deanace)

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
114 2024-11-29 10:31:56 36.77 94.7%
112 2024-11-29 10:26:34 41.18 94.4%
106 2024-11-29 10:17:56 40.15 94.6%
94 2024-11-28 13:02:39 30.58 93.1%
87 2024-11-28 08:12:55 40.04 94.9%
74 2024-11-28 07:49:17 41.40 96%
68 2024-11-28 07:26:07 36.69 93.7%
67 2024-11-28 07:23:10 33.34 92.9%