/** 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 |
---|---|---|---|
48 | 2023-07-20 05:54:43 | 26.19 | 92.6% |
45 | 2023-07-19 05:49:57 | 25.00 | 93.1% |
35 | 2023-07-14 07:29:43 | 26.30 | 93.8% |
26 | 2023-07-13 11:14:32 | 21.87 | 91.8% |
15 | 2023-07-12 06:07:51 | 22.15 | 92.3% |
13 | 2023-07-12 05:59:18 | 22.28 | 91.2% |