/** 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 |
---|---|---|---|
83 | 2023-07-20 18:05:37 | 34.26 | 97.5% |
76 | 2023-07-20 08:43:30 | 33.60 | 96.9% |
68 | 2023-07-17 18:12:08 | 32.60 | 95.9% |
45 | 2023-07-03 05:02:52 | 33.18 | 96.7% |
22 | 2023-06-30 06:23:26 | 31.24 | 96.7% |
10 | 2023-06-29 13:37:34 | 34.61 | 96.1% |
8 | 2023-06-29 13:32:54 | 32.43 | 96.7% |
6 | 2023-06-28 16:42:32 | 30.63 | 95.3% |