nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
zimablue 2021-07-06T03:35:22.037700Z

Hi, I am connecting to the same nrepl server twice using socket-level connections (not Emacs-Cider). I'm confused about how message routing works, messages send back which are seen in the first socket don't seem to be seen in the second, and ls-sessions returns an empty list (!?) even though the first session has successfully called clone

zimablue 2021-07-06T06:19:36.038600Z

trying more things, reading some docs and source code am i right that nrepl just doesn't do this? the "concerto" git repl/listed middleware seems to be trying to implement this