/** 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 |
---|---|---|---|
80 | 2025-06-22 22:53:04 | 29.77 | 97% |
64 | 2025-06-06 01:53:42 | 30.58 | 97% |
63 | 2025-06-06 01:48:42 | 29.60 | 98% |
58 | 2025-06-02 00:37:22 | 23.03 | 96% |
38 | 2025-05-18 00:41:49 | 26.09 | 97.1% |
31 | 2024-10-27 00:38:12 | 25.26 | 96.9% |
28 | 2024-10-26 02:26:37 | 22.79 | 97.3% |