Fork me on GitHub
#chestnut
<
2016-09-06
>
iwankaramazow06:09:23

I 'fixed' it by running my own server instead of hooking into the :ring-handler config

plexus06:09:19

Right, it might also end up in the nrepl-server buffer

iwankaramazow06:09:59

Probably something wrong on my side,

plexus06:09:00

Not necessarily. It's just due to how nrepl works, it only intercepts output that happens inside its handler, if another thread writes to stdout nrepl and hence cider has no idea and so it won't show in the repl buffer

plexus06:09:44

But you can see what's being printed by the Clojure process in the nrepl-server buffer

plexus06:09:47

This is a common source of confusion. I've been thinking of writing an nrepl middleware that intercepts all output but haven't gotten beyond some small experiments