OK, took my usual approach when stuck, which is to try and turn it into a
different problem! Decided to stop trying to use handle* directly, but
rather explicitly start an nREPL server on a socket, and relay those
messages over websocket. Seems to work fine :-)
Thanks,
Jony
On Thursday, 27 F
Hi Folks,
I'm stuck and would like a bit of help. This is following on from a
question I posted to clojure.tools, but I've reduced the problem to its
essence, and figure it might get a few more eyes on it here. My apologies
to anyone who has to suffer reading about it twice :-)
My actual prob