/** 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 |
|---|---|---|---|
| 44 | 2024-11-25 11:51:11 | 63.86 | 94.9% |
| 22 | 2024-11-19 11:20:00 | 71.21 | 97.3% |
| 12 | 2024-11-17 21:44:02 | 63.98 | 95.2% |
| 7 | 2024-11-17 21:33:51 | 56.72 | 95.2% |