Hello, I'm trying out nrepl/drawbridge
and I got it to work, but the CPU usage is very high when I'm connected via lein repl :connect ,,,
. All I'm doing is following the README, creating an nrepl-handler, and passing it the request
variable in my handler. In my setup I'm using Duct (The param middlewares are included)
And I'm using Reitit for routing, but not sure if that matters or not
Oh, might be this issue https://github.com/nrepl/drawbridge/issues/10