Calling stop() causes java.lang.InterruptedException · Issue #563 · perwendel/spark

On OSX El Capitan using SparkJava 2.5 expanding on the sparkjava.com hello world example: import static spark.Spark.*; public class SparkTest { public static void main(String[] args) { get("/hello"...