/** 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 |
---|---|---|---|
42 | 2023-07-03 05:22:42 | 55.35 | 95.8% |
39 | 2023-07-03 05:18:48 | 56.53 | 97.2% |
29 | 2023-07-03 05:00:47 | 54.75 | 96.1% |
10 | 2023-07-02 04:00:08 | 48.47 | 96.3% |
4 | 2023-07-02 03:48:35 | 47.98 | 95.6% |
1 | 2023-07-02 03:42:47 | 41.22 | 94.3% |