pink-gorilla/nrepl-middleware

relay - closed sessions

awb99 opened this issue · 0 comments

awb99 commented

repl-ws-relay close session
close of nrepl sessions:
if client drops, a timeout needs to detect a closed session this is not implemented yet,
to close a nrepl session, the session id needs to be known. this means we have to read all messages that get forwarded, because otherwise an {:op "clone"} could reset it.