Fork me on GitHub
#nrepl
<
2020-07-12
>
Kevin20:07:03

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)

Kevin20:07:34

And I'm using Reitit for routing, but not sure if that matters or not