/** 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 |
---|---|---|---|
18 | 2023-07-13 18:23:40 | 35.10 | 93.7% |
17 | 2023-06-02 06:12:26 | 39.86 | 94.6% |
14 | 2023-06-01 07:15:05 | 37.88 | 91.8% |
3 | 2023-05-30 13:46:41 | 38.86 | 92.6% |