/** 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 |
---|---|---|---|
571 | 2025-06-26 15:54:02 | 67.04 | 97% |
525 | 2024-08-27 03:00:34 | 65.85 | 97.7% |
516 | 2024-08-06 03:56:38 | 62.14 | 95.3% |
491 | 2024-07-24 10:42:52 | 63.46 | 95.8% |
465 | 2024-07-23 14:03:27 | 66.15 | 96.9% |
421 | 2024-07-11 14:54:19 | 58.06 | 96% |
297 | 2024-07-02 02:46:32 | 65.04 | 97.7% |
281 | 2024-06-28 15:12:46 | 59.03 | 96% |
280 | 2024-06-28 15:10:03 | 60.67 | 97.2% |
275 | 2024-06-28 15:02:37 | 57.37 | 96.3% |
247 | 2024-06-27 03:36:51 | 58.32 | 97.4% |
241 | 2024-06-27 03:28:44 | 50.16 | 96.5% |
210 | 2024-06-21 03:17:55 | 53.07 | 96.4% |
192 | 2024-06-20 04:32:59 | 52.84 | 96.7% |
175 | 2024-06-19 02:26:39 | 64.02 | 97% |
161 | 2024-06-19 02:13:07 | 54.20 | 97% |
108 | 2024-06-12 08:12:01 | 57.15 | 97.1% |
101 | 2024-06-12 07:56:43 | 58.39 | 98.1% |
87 | 2024-06-11 04:29:46 | 45.70 | 95.4% |
85 | 2024-06-11 04:25:31 | 52.66 | 96.9% |
75 | 2024-06-11 04:11:20 | 54.99 | 96.5% |
72 | 2024-06-11 04:06:36 | 45.59 | 96% |
15 | 2024-06-07 14:33:43 | 41.90 | 95.9% |