nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
shen 2019-09-25T08:13:00.002Z

Just had a look through the source, and looks like when a client disconnects, it dies here: https://github.com/nrepl/nrepl/blob/5aca552d2081ef2f7f0410ce18f2436efd7f30e0/src/clojure/nrepl/server.clj#L56

shen 2019-09-25T08:16:12.002300Z

i'm not aware of any "connection" closed messages

shen 2019-09-25T08:17:31.002500Z

though it's not clear a connection ending is the end of a session.