/** 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 |
---|---|---|---|
116 | 2019-05-26 08:19:00 | 51.17 | 96% |
112 | 2019-05-08 09:46:03 | 51.73 | 97% |
111 | 2019-05-06 13:17:25 | 48.10 | 97% |
98 | 2019-04-12 05:03:38 | 47.23 | 97% |
74 | 2019-03-30 10:37:52 | 55.92 | 98% |
72 | 2019-03-30 10:33:57 | 56.71 | 97% |
51 | 2018-06-21 02:09:28 | 52.65 | 97% |
38 | 2018-06-18 02:42:58 | 54.78 | 97% |
25 | 2018-06-05 01:45:30 | 54.63 | 98% |
24 | 2018-06-05 01:43:24 | 49.72 | 98% |
17 | 2018-05-28 13:40:46 | 42.60 | 96% |