Text race history for Type like never before! (realdill)

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
44 2022-01-04 23:52:01 55.98 95%
39 2022-01-04 23:44:34 57.84 97%
31 2021-12-29 13:11:56 58.17 97%
21 2021-12-29 12:57:34 62.47 96%
19 2021-12-29 12:54:09 56.57 96%
15 2021-12-29 12:48:28 53.43 96%
6 2021-12-29 12:36:04 55.75 94%