@pez You should debug what happens with the printing transport. We have to know why it becomes nil for you.
https://github.com/nrepl/nrepl/blob/master/src/clojure/nrepl/middleware/print.clj#L169
The code is simple so you should be able to track down the problem quickly.
Thanks!