Fork me on GitHub
#inf-clojure
<
2021-11-25
>
apt22:11:06

Hi folks. Does anyone use bb + inf-clojure? I’m trying to use inf-clojure-connect to a repl started with bb socket-repl. I use localhost and the port is 1666, as explained here: https://book.babashka.org/#usage I’m getting this error:

comint-exec: make client process failed: Connection refused, :name, inf-clojure control-plane, :buffer, *inf-clojure control-plane*, :host, localhost, :service, 1666, :nowait, nil, :tls-parameters, nil, :coding, nil

dpsutton22:11:58

I've used it and never seen this error

dpsutton22:11:14

First thing I'd do is netcat the socket repl to demonstrate that it works

👍 1