Hi.
I've been using auto-reload and it generally works for me. One catch is that the reload threads are non-daemon (running, via `future`, in the agent-send-off thread pool) and will block orderly JVM shutdown. This manifests with `lein run` and `mvn test` if you're unlucky enough to have to use Maven (via clojure-maven-plugin).
Any interest in this patch? If yes, what's the contribution procedure? Should I just send a PR?
Thanks,
Mark.