/** 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 |
---|---|---|---|
17 | 2023-06-21 11:32:21 | 30.38 | 95.5% |
15 | 2023-06-21 05:16:20 | 27.66 | 92.5% |
9 | 2023-06-21 04:20:12 | 26.84 | 92.8% |
6 | 2023-06-21 03:24:46 | 24.48 | 92.3% |