/** 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 |
---|---|---|---|
187 | 2020-02-04 13:05:14 | 31.30 | 94% |
179 | 2020-01-16 12:59:50 | 32.17 | 95% |
170 | 2020-01-12 15:03:28 | 35.55 | 95% |
153 | 2020-01-02 14:39:17 | 32.03 | 93% |
59 | 2019-11-05 13:44:55 | 27.99 | 93% |
50 | 2019-10-20 15:08:17 | 19.87 | 89% |
39 | 2019-10-01 17:25:37 | 15.23 | 86% |
24 | 2019-08-31 18:17:23 | 29.35 | 96% |
13 | 2019-08-31 17:36:57 | 28.66 | 96% |
1 | 2019-08-31 10:02:38 | 26.50 | 96% |