Text race history for Nikhil (quill_workman)

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
56 2023-06-20 04:16:10 56.25 96.8%
43 2023-06-18 16:05:24 59.89 97.2%
36 2023-06-18 13:33:02 60.88 96.8%
25 2023-06-17 22:37:11 60.26 97%
13 2023-06-17 22:02:05 60.28 97%
6 2023-06-17 20:26:48 54.54 96%