/** 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 |
---|---|---|---|
49 | 2024-08-12 20:26:38 | 33.90 | 94.4% |
43 | 2023-12-14 16:36:16 | 39.73 | 94.9% |
24 | 2023-06-23 13:30:22 | 42.83 | 95.6% |
2 | 2023-06-21 03:19:29 | 34.75 | 94.6% |