/** 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 |
---|---|---|---|
150 | 2023-12-13 06:41:09 | 86.63 | 97.3% |
146 | 2023-12-13 06:37:46 | 78.04 | 95.6% |
124 | 2022-06-09 01:06:57 | 94.13 | 97% |
116 | 2022-04-25 04:13:28 | 87.64 | 97% |
93 | 2022-04-06 23:11:38 | 82.99 | 97% |
71 | 2022-04-06 07:21:23 | 84.47 | 98% |
46 | 2022-03-28 09:47:56 | 78.69 | 97% |
32 | 2022-03-15 05:06:12 | 78.45 | 97% |
23 | 2022-03-15 04:54:34 | 78.01 | 97% |
13 | 2022-03-15 04:43:12 | 80.06 | 97% |