/** 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 |
---|---|---|---|
98 | 2024-01-18 23:17:04 | 104.45 | 99.6% |
80 | 2024-01-18 16:07:29 | 95.81 | 98.5% |
70 | 2024-01-18 15:55:24 | 92.72 | 98.4% |
48 | 2024-01-17 02:41:04 | 87.99 | 98% |
19 | 2021-11-16 20:17:25 | 76.16 | 98% |
12 | 2021-11-16 20:07:01 | 63.47 | 96% |
9 | 2021-10-20 20:05:19 | 64.43 | 97% |