/** 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 |
---|---|---|---|
13 | 2025-06-06 01:54:22 | 24.93 | 95.5% |
12 | 2025-06-06 01:49:24 | 23.98 | 96.4% |
7 | 2025-06-02 00:37:38 | 21.56 | 94% |