/** 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 |
---|---|---|---|
38 | 2025-05-18 00:41:49 | 26.09 | 97.1% |
31 | 2024-10-27 00:38:12 | 25.26 | 96.9% |
28 | 2024-10-26 02:26:37 | 22.79 | 97.3% |