/** 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 |
---|---|---|---|
94 | 2024-02-02 05:23:24 | 44.29 | 94.4% |
77 | 2024-02-01 07:38:47 | 36.34 | 92.1% |
75 | 2024-02-01 07:32:49 | 45.51 | 95.3% |
74 | 2024-02-01 07:30:40 | 40.29 | 95.3% |
58 | 2024-02-01 05:35:26 | 43.70 | 95.3% |
51 | 2024-02-01 05:24:08 | 42.30 | 94.7% |
43 | 2024-02-01 05:08:13 | 42.74 | 95% |
16 | 2024-02-01 01:36:34 | 40.91 | 96.8% |
13 | 2024-02-01 01:29:47 | 37.27 | 95.2% |