nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
kwrooijen 2020-07-12T20:24:03.148100Z

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)

kwrooijen 2020-07-12T20:25:34.148900Z

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

kwrooijen 2020-07-12T20:37:24.149400Z

Oh, might be this issue https://github.com/nrepl/drawbridge/issues/10