Leiningen doesn’t quit when using with drip
Profpatsch opened this issue · 1 comments
Profpatsch commented
Another SIGINT is needed each time lein
should quit.
I’m using LEIN_JAVA_CMD=${LEIN_JAVA_CMD-drip}
in my leinrc
and the newest version from Github.
a613 commented
Seeing this too. Most of the time, when I type quit
in a Leiningen REPL, I get a response of "Bye for now!" followed by no prompt. Using VisualVM I have confirmed that Clojure itself has stopped running at that point (so it's not due to hung threads/etc in my application).