Text race history for Rishav (rishavmngo)

Back to text analysis page

/** 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
22 2023-07-29 16:01:05 53.13 95.9%
5 2023-07-29 10:13:32 47.88 95.6%
4 2023-07-29 08:09:59 51.16 94.6%