Won't this piece of code start the server at every...
# kobalt
d
Won't this piece of code start the server at every attempt?
Copy code
if (error) {
                    ServerUtil.launchServer()
                    Thread.sleep(500)
                    attempts++
                    port = ServerUtil.findServerPort()
                }