/** 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 |
---|---|---|---|
72 | 2025-01-02 05:49:49 | 58.89 | 95.6% |
68 | 2023-09-07 13:34:34 | 53.87 | 94.4% |
21 | 2023-07-27 13:59:43 | 47.96 | 93% |
18 | 2023-07-15 16:52:51 | 55.85 | 95.3% |
14 | 2023-07-11 18:20:37 | 48.53 | 94% |
3 | 2023-06-03 14:31:16 | 49.28 | 94.2% |