/** 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 |
---|---|---|---|
549 | 2022-02-02 15:08:47 | 71.62 | 97% |
534 | 2022-02-02 13:01:19 | 72.40 | 98% |
513 | 2021-07-26 05:31:07 | 76.63 | 98% |
501 | 2021-07-25 07:58:04 | 76.27 | 98% |
497 | 2021-07-24 13:33:39 | 72.83 | 98% |
496 | 2021-07-24 13:31:08 | 77.91 | 98% |
494 | 2021-07-24 13:25:24 | 78.18 | 98% |
473 | 2021-07-21 12:55:33 | 76.59 | 98% |
472 | 2021-07-21 12:53:47 | 82.03 | 98% |
459 | 2021-07-19 05:07:50 | 69.86 | 98% |
419 | 2021-07-16 21:16:18 | 70.72 | 97% |
412 | 2021-07-16 21:01:51 | 69.31 | 98% |
299 | 2020-04-14 06:39:58 | 62.87 | 97% |
265 | 2020-04-12 12:28:23 | 61.57 | 97% |
245 | 2020-04-07 13:54:49 | 57.24 | 96% |
199 | 2020-03-29 09:08:07 | 56.92 | 96% |
95 | 2019-10-19 10:42:34 | 53.68 | 97% |
90 | 2019-10-19 09:26:20 | 58.06 | 97% |
75 | 2019-10-19 06:28:38 | 56.77 | 96% |
63 | 2019-10-05 12:36:59 | 50.95 | 95% |
60 | 2019-10-04 14:23:05 | 57.27 | 96% |
52 | 2019-10-03 16:20:23 | 53.76 | 97% |
50 | 2019-10-03 11:28:15 | 52.76 | 96% |
31 | 2019-10-01 19:54:09 | 49.10 | 97% |
26 | 2019-09-29 16:47:59 | 42.87 | 94% |
3 | 2019-09-07 15:35:43 | 41.17 | 94% |