/** 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 |
---|---|---|---|
299 | 2022-10-25 14:12:36 | 70.51 | 94% |
292 | 2022-10-21 06:51:23 | 67.77 | 94% |
240 | 2022-10-08 12:23:57 | 71.44 | 93% |
210 | 2022-09-30 11:03:43 | 69.85 | 93% |
180 | 2022-09-24 17:51:09 | 80.07 | 95% |
110 | 2022-09-03 12:28:16 | 69.92 | 94% |
109 | 2022-09-03 12:26:34 | 72.99 | 96% |
106 | 2022-09-03 12:22:35 | 83.56 | 96% |
81 | 2022-07-23 08:56:43 | 71.84 | 96% |
71 | 2022-07-08 06:09:20 | 59.27 | 92% |
63 | 2022-07-06 06:33:57 | 66.09 | 94% |
43 | 2022-06-28 07:31:30 | 69.03 | 94% |
40 | 2022-06-27 08:30:12 | 67.71 | 95% |