/** 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 |
---|---|---|---|
30 | 2023-06-12 06:23:38 | 45.24 | 94.1% |
13 | 2023-06-08 05:52:59 | 43.32 | 95.4% |
3 | 2023-06-07 05:36:45 | 37.72 | 92.7% |
1 | 2023-02-02 11:43:00 | 38.62 | 92% |