/** 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 |
---|---|---|---|
247 | 2021-07-21 20:54:32 | 102.26 | 97% |
216 | 2020-04-13 19:35:34 | 86.24 | 98% |
202 | 2020-04-04 20:41:45 | 80.76 | 97% |
197 | 2020-04-02 04:10:42 | 74.80 | 97% |
193 | 2020-04-02 04:04:57 | 66.14 | 96% |
153 | 2019-09-01 22:58:23 | 73.96 | 97% |
151 | 2019-09-01 22:55:17 | 76.38 | 97% |
136 | 2019-08-31 02:09:53 | 70.56 | 97% |
97 | 2019-08-20 22:36:00 | 66.01 | 96% |
51 | 2019-08-18 00:23:59 | 58.12 | 96% |
28 | 2019-07-29 04:47:09 | 54.75 | 95% |