Fork me on GitHub
#nrepl
<
2021-07-06
>
zimablue03:07:22

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

zimablue06:07:36

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