/** 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 |
---|---|---|---|
103 | 2025-07-23 13:52:31 | 67.91 | 97% |
85 | 2025-07-18 09:55:07 | 63.52 | 96% |
72 | 2025-07-04 03:46:35 | 64.60 | 97% |
66 | 2025-07-04 03:35:09 | 67.76 | 97% |
57 | 2025-07-03 11:18:02 | 65.10 | 96% |
54 | 2025-07-02 08:35:34 | 63.67 | 96% |
38 | 2025-07-01 06:32:48 | 61.89 | 96% |
1 | 2025-06-21 08:56:47 | 58.92 | 96% |