/** 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 |
---|---|---|---|
145 | 2024-08-04 14:27:01 | 43.81 | 95.8% |
121 | 2024-07-11 22:24:33 | 45.97 | 97.4% |
115 | 2024-07-11 11:30:32 | 45.12 | 97.7% |
109 | 2024-06-21 00:33:49 | 44.16 | 97.5% |
80 | 2024-06-13 14:00:42 | 42.29 | 97.1% |
66 | 2024-06-12 07:41:41 | 39.85 | 97.3% |
29 | 2024-05-07 03:53:53 | 37.77 | 97% |
25 | 2024-04-12 13:26:43 | 36.48 | 95.5% |