/** 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 |
---|---|---|---|
74 | 2023-07-08 11:29:02 | 30.49 | 94.5% |
69 | 2023-07-07 07:39:50 | 35.80 | 97.1% |
68 | 2023-07-07 07:36:24 | 29.52 | 95.9% |
42 | 2023-07-02 05:49:15 | 27.64 | 95% |
19 | 2023-06-29 22:38:20 | 34.13 | 97.5% |