Created
September 13, 2014 07:33
-
-
Save paomian/638f68abe1dac3c7fec4 to your computer and use it in GitHub Desktop.
error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user=> (def a (agent 1)) | |
#'user/a | |
user=> (defn aa [a] 33) | |
#'user/aa | |
user=> (shutdown-agents) | |
nil | |
user=> (send a aa) | |
SocketException The transport's socket appears to have lost its connection to the nREPL server | |
clojure.tools.nrepl.transport/bencode/fn--5570/fn--5571 (transport.clj:95) | |
clojure.tools.nrepl.transport/bencode/fn--5570 (transport.clj:95) | |
clojure.tools.nrepl.transport/fn-transport/fn--5544 (transport.clj:42) | |
clojure.core/binding-conveyor-fn/fn--4145 (core.clj:1910) | |
java.util.concurrent.FutureTask.run (FutureTask.java:262) | |
java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1145) | |
java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:615) | |
java.lang.Thread.run (Thread.java:745) | |
Bye for now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment