Hey 👋 I am trying to connect from Chlorine to a running nREPL. Unfortunately without luck - I'm always getting Disconnected from REPLs
. When I do inspect, I can see:
Uncaught Error: read ECONNRESET
at _errnoException (util.js:1024:11)
at TCP.onread (net.js:615:25)
nREPL is working, I was able to connect to it using: clj -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"}}}' -m nrepl.cmdline --connect --host localhost --port 57151
.
I did try to start nREPL with different commands, e.g.
> clj -R:nREPL -m nrepl.cmdline
nREPL server started on port 57151 on host localhost - <nrepl://localhost:57151>
@marek.jeszka Chlorine supports a socket repl not nrepl