/** 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 |
---|---|---|---|
93 | 2023-09-14 09:32:25 | 54.63 | 92.2% |
86 | 2023-09-14 09:15:43 | 52.63 | 91.8% |
47 | 2023-09-13 11:38:09 | 57.42 | 92.3% |
45 | 2023-09-13 11:34:06 | 55.56 | 92.5% |
37 | 2023-09-13 11:23:23 | 52.81 | 91.3% |
19 | 2023-09-12 14:30:26 | 58.36 | 92.3% |
16 | 2023-09-12 14:26:08 | 55.88 | 92% |
12 | 2023-09-11 16:33:14 | 56.97 | 93.3% |
9 | 2023-09-11 16:28:36 | 55.92 | 93% |