/** 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 |
---|---|---|---|
454 | 2019-10-17 23:49:38 | 104.90 | 98% |
432 | 2019-09-26 17:54:00 | 95.59 | 98% |
415 | 2019-09-22 19:30:29 | 86.94 | 98% |
360 | 2019-08-16 01:40:30 | 95.32 | 98% |
336 | 2019-08-08 23:50:37 | 95.01 | 97% |
328 | 2019-08-08 23:35:08 | 89.82 | 97% |
312 | 2019-08-08 03:31:44 | 83.37 | 97% |
308 | 2019-08-08 03:21:10 | 89.76 | 98% |
294 | 2019-07-27 19:58:45 | 92.76 | 98% |
212 | 2019-07-24 15:33:07 | 89.81 | 98% |
183 | 2019-07-24 03:34:23 | 90.35 | 97% |
165 | 2019-07-24 00:28:24 | 91.56 | 98% |
134 | 2019-07-23 01:39:39 | 79.26 | 97% |
117 | 2019-07-23 01:14:45 | 73.38 | 97% |
101 | 2019-07-22 18:52:25 | 76.86 | 96% |
92 | 2019-07-22 18:38:19 | 84.40 | 97% |
87 | 2019-07-22 18:31:50 | 80.96 | 97% |
50 | 2019-07-22 00:06:00 | 80.28 | 97% |
42 | 2019-07-20 20:42:35 | 84.24 | 97% |
28 | 2019-03-15 05:52:14 | 71.09 | 98% |
18 | 2019-02-24 08:50:39 | 67.85 | 98% |