Re: Problem with nREPL handle* function

2014-02-28 Thread Jony Hudson
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

Problem with nREPL handle* function

2014-02-27 Thread Jony Hudson
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