Fork me on GitHub
#nrepl
<
2017-05-31
>
mikera01:05:16

Hi all - anyone have an example of how to take over an existing nREPL session?

mikera01:05:48

Use case is roughly - I have an existing nREPL session - I want to replace the handler with my own custom handler, so that I can get the user input as a String - A response can be constructed and returned to the session user