/** 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 |
|---|---|---|---|
| 43 | 2023-10-28 13:39:10 | 50.66 | 93.5% |
| 21 | 2023-10-06 15:18:05 | 51.98 | 94.1% |
| 11 | 2023-09-02 17:56:04 | 44.89 | 95.3% |
| 2 | 2023-08-13 16:28:47 | 40.77 | 94.1% |