/** 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 |
---|---|---|---|
32 | 2023-08-02 12:13:55 | 35.80 | 93.4% |
31 | 2023-08-02 12:10:35 | 39.06 | 93.9% |
18 | 2023-07-21 07:59:02 | 33.64 | 93.5% |
17 | 2023-07-21 07:54:21 | 33.81 | 93.2% |
4 | 2023-07-20 07:08:50 | 33.96 | 95% |
2 | 2023-07-20 07:01:26 | 25.30 | 93.1% |