drawbridge
drawbridge copied to clipboard
An HTTP/HTTPS nREPL transport, implemented as a Ring handler.
I want to connect to a remote nREPL server but the invocation fails: `deps.edn`: ```clojure {:aliases {:repl {:extra-deps {nrepl/nrepl {:mvn/version "0.6.0"} nrepl/drawbridge {:mvn/version "0.2.1"}} :main-opts ["-m" "nrepl.cmdline" "--connect" "--transport" "drawbridge.client/ring-client-transport"...
For some reason connecting takes a lot of time (20-40 minutes) and right after that it fails with the exception `SocketException Connection reset`. Could someone advice on how to investigate/debug...
Hi, I was looking at this while researching for nRepl authentication. I think having an WebSocket transport would provide better mapping to the normal socket way. https://en.wikipedia.org/wiki/WebSocket
I see the following when I try to connect to my app on Heroku. Local connection on `http` to the dev box is fine, however. Since it says that the...
Seems Drawbridge is the only nREPL project that's still using Travis. We'll have to update the build to mirror the rest of the projects in nREPL org.
First of all, thanks for this awesome project! I'm currently developing a debugging feature (nrepl-in instead of ssh-in) for a project I'm working in. For obvious security reasons, I'm setting...
Currently the project has no tests at all. We should change this!
`drawbridge` should merge sessions to play nice with other consumers of sessions like `friend`
I'm not sure where this could be coming from-- repl-y, lein, drawbridge, nrepl, or something else-- but I saw it using drawbridge so I'll report it here and hope for...