/** 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 |
---|---|---|---|
100 | 2025-02-27 10:42:47 | 29.13 | 93.4% |
74 | 2025-02-26 04:29:55 | 24.82 | 91% |
70 | 2025-02-21 12:59:24 | 24.65 | 91.2% |
57 | 2025-02-21 12:25:08 | 27.97 | 91.9% |
54 | 2025-02-21 12:16:58 | 26.25 | 92.4% |
32 | 2025-02-19 04:21:49 | 20.94 | 91.1% |
1 | 2024-01-07 05:23:03 | 16.10 | 90% |