/** 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 |
---|---|---|---|
373 | 2023-07-20 20:33:02 | 45.63 | 96.6% |
356 | 2023-07-20 17:00:14 | 44.21 | 95.9% |
330 | 2023-07-20 15:38:12 | 40.83 | 95.1% |
327 | 2023-07-20 15:30:50 | 42.53 | 97.1% |
320 | 2023-07-19 22:55:47 | 48.71 | 97.9% |
300 | 2023-07-19 19:36:21 | 48.14 | 98.1% |
285 | 2023-07-18 02:38:06 | 37.34 | 94.8% |
282 | 2023-07-18 01:18:49 | 40.24 | 95.2% |
260 | 2023-07-15 23:51:20 | 41.17 | 95.7% |
259 | 2023-07-15 23:48:05 | 44.98 | 97.1% |
252 | 2023-07-15 23:26:41 | 43.94 | 97.1% |
230 | 2023-07-15 15:49:26 | 42.48 | 96.3% |
221 | 2023-07-15 11:04:08 | 40.31 | 96% |
199 | 2023-07-15 03:29:17 | 37.29 | 96.3% |
130 | 2023-07-13 17:47:00 | 47.56 | 97.1% |
115 | 2023-07-13 10:30:10 | 41.23 | 97.1% |
93 | 2023-07-13 00:00:38 | 42.48 | 95.3% |
92 | 2023-07-12 23:57:42 | 40.33 | 94.7% |
81 | 2023-07-12 20:56:06 | 45.85 | 98.1% |
75 | 2023-07-12 20:25:16 | 46.67 | 96.9% |
73 | 2023-07-12 20:20:43 | 47.14 | 97.3% |
68 | 2023-07-12 20:03:50 | 45.99 | 97.3% |
51 | 2023-07-12 15:32:32 | 44.28 | 97.1% |
45 | 2023-07-12 15:07:58 | 41.04 | 95.7% |
42 | 2023-07-12 14:48:23 | 41.26 | 96.6% |
27 | 2023-07-11 19:33:33 | 39.91 | 95.2% |
10 | 2023-07-11 15:44:19 | 46.12 | 97.1% |
6 | 2023-07-11 15:33:24 | 43.50 | 96.2% |