/** 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 |
---|---|---|---|
241 | 2025-03-08 14:59:52 | 47.07 | 97.3% |
194 | 2025-01-13 00:45:17 | 40.03 | 95.1% |
190 | 2025-01-10 10:06:43 | 45.31 | 95.8% |
187 | 2025-01-10 04:21:38 | 44.36 | 95.4% |
173 | 2025-01-02 15:33:08 | 40.97 | 94.6% |
163 | 2024-12-30 16:27:43 | 42.12 | 96.1% |
161 | 2024-12-29 12:56:53 | 40.96 | 94.8% |
148 | 2024-12-27 00:22:13 | 39.56 | 94% |
89 | 2024-12-19 18:49:58 | 40.79 | 95.5% |
64 | 2024-12-18 12:11:06 | 40.13 | 94.6% |
60 | 2024-12-18 05:07:59 | 40.43 | 95.8% |
54 | 2024-12-17 21:13:32 | 32.93 | 93.3% |