Open despeset opened 11 years ago
Yep. Thanks for reporting this, I'll look into it as soon as I can.
@Raynes Hi Anthony, any idea why this is happening? I'm also getting the same issue. Is it because of the timeout setting?
(defn make-sandbox []
(sandbox try-clojure-tester
:timeout 2000
:init '(do (require '[clojure.repl :refer [doc source]])
(future (Thread/sleep 600000)
(-> *ns* .getName remove-ns)))))
Image should be self-explanatory -- I am getting this behaviour consistently on http://tryclj.com/