/** 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 |
---|---|---|---|
65 | 2023-09-14 14:30:19 | 48.06 | 94.5% |
64 | 2023-09-14 14:28:01 | 54.23 | 95.8% |
9 | 2023-09-11 14:30:11 | 46.70 | 95.9% |
4 | 2023-09-11 13:07:01 | 41.43 | 95% |
1 | 2023-09-10 14:38:56 | 38.29 | 93.4% |