/** 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 |
|---|---|---|---|
| 59 | 2024-07-20 05:45:09 | 46.76 | 95.7% |
| 46 | 2024-04-19 02:48:18 | 48.01 | 94.1% |
| 16 | 2024-01-04 09:45:58 | 41.76 | 94.5% |
| 2 | 2024-01-03 21:32:04 | 46.44 | 95.2% |