/** 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 |
---|---|---|---|
231 | 2025-05-12 19:10:10 | 61.90 | 96% |
228 | 2025-05-12 19:05:23 | 59.80 | 96% |
217 | 2025-05-12 18:50:37 | 57.95 | 96% |
211 | 2025-05-09 17:38:00 | 60.64 | 96% |
144 | 2025-04-30 12:01:46 | 55.26 | 96% |
128 | 2025-04-19 18:25:25 | 56.38 | 96% |
115 | 2025-04-18 22:17:45 | 54.15 | 96% |
67 | 2025-04-16 18:35:55 | 49.07 | 95% |
59 | 2025-04-15 21:59:49 | 55.98 | 96% |
58 | 2025-04-15 21:57:54 | 54.24 | 96% |
4 | 2025-04-08 19:38:06 | 52.32 | 95% |