/** 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 |
---|---|---|---|
148 | 2023-08-03 08:05:31 | 28.57 | 92.7% |
140 | 2023-07-27 12:41:40 | 27.83 | 96.3% |
136 | 2023-07-27 12:23:58 | 28.07 | 94.9% |
121 | 2023-07-27 04:53:58 | 30.08 | 94.3% |
79 | 2023-07-20 09:48:24 | 29.52 | 94.9% |
76 | 2023-07-20 09:41:37 | 26.48 | 94.7% |
38 | 2023-07-14 11:56:31 | 27.86 | 95.4% |
27 | 2023-07-14 03:16:52 | 21.55 | 93.3% |
20 | 2023-07-12 13:56:29 | 7.51 | 94% |
13 | 2023-07-11 14:41:54 | 23.75 | 93.7% |
7 | 2023-07-11 14:11:37 | 23.07 | 94.8% |
3 | 2023-07-10 06:18:40 | 29.13 | 93.5% |