/** 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 |
---|---|---|---|
226 | 2023-10-05 01:22:38 | 30.36 | 92.4% |
216 | 2023-09-11 01:58:07 | 31.23 | 92% |
160 | 2023-09-01 02:04:01 | 28.77 | 92.4% |
129 | 2023-07-14 16:59:19 | 37.82 | 95% |
89 | 2023-07-08 01:25:17 | 32.51 | 93.4% |
80 | 2023-07-07 02:35:04 | 32.09 | 93.6% |
68 | 2023-07-07 02:04:05 | 31.00 | 93.3% |
55 | 2023-07-05 02:42:33 | 31.18 | 92.9% |
53 | 2023-07-05 02:38:23 | 31.28 | 92.9% |
50 | 2023-07-05 02:32:42 | 31.19 | 94.5% |
6 | 2023-06-24 01:14:46 | 28.37 | 92.2% |