/** 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 |
---|---|---|---|
127 | 2025-06-22 22:52:49 | 32.42 | 94% |
121 | 2025-06-22 00:06:19 | 31.29 | 94% |
106 | 2025-06-18 20:09:07 | 31.33 | 95% |
80 | 2025-06-06 01:53:39 | 31.22 | 94% |
79 | 2025-06-06 01:48:46 | 28.86 | 94% |
60 | 2025-06-05 14:50:46 | 23.97 | 95% |
52 | 2025-06-04 20:07:44 | 29.54 | 94% |
46 | 2025-06-02 00:36:26 | 30.32 | 93% |
25 | 2025-05-18 00:41:43 | 26.94 | 93% |