/** 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 |
---|---|---|---|
64 | 2024-01-14 06:53:09 | 35.12 | 91.2% |
51 | 2024-01-13 18:18:36 | 35.85 | 91.4% |
43 | 2024-01-12 16:39:12 | 33.68 | 90.5% |
4 | 2024-01-04 09:26:01 | 33.73 | 91.7% |