/** 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 |
---|---|---|---|
73 | 2024-09-10 02:59:46 | 42.66 | 96.5% |
67 | 2024-09-06 06:20:39 | 42.95 | 97.5% |
44 | 2024-08-30 06:30:14 | 38.33 | 96.3% |
31 | 2024-08-30 01:26:34 | 32.62 | 94.5% |
16 | 2024-08-28 00:54:08 | 37.37 | 96.3% |
10 | 2023-07-29 23:59:16 | 39.27 | 95.9% |