/** 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 | 2025-02-02 05:17:35 | 43.82 | 94.1% |
15 | 2024-04-13 14:12:22 | 46.54 | 94.3% |
13 | 2024-03-10 05:26:42 | 50.02 | 94.6% |
8 | 2024-01-30 14:10:06 | 43.65 | 95.3% |