Text race history for J Gary (jgary199)

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
110 2025-06-28 02:18:20 52.87 97%
102 2025-06-28 01:44:52 47.75 95%
61 2025-06-01 00:28:16 34.50 94%
60 2025-06-01 00:21:27 32.85 94%
53 2025-05-29 01:26:42 38.04 93%
47 2025-05-24 23:02:00 42.35 94%