/** 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 |
---|---|---|---|
55 | 2023-07-14 04:46:58 | 26.72 | 92.3% |
41 | 2023-07-13 20:04:17 | 21.75 | 93.7% |
27 | 2023-07-13 19:27:05 | 20.45 | 92.3% |
1 | 2023-07-11 20:15:25 | 19.62 | 92.2% |