boot-cljs-repl
boot-cljs-repl copied to clipboard
Stopping the bREPL once and you can't restart it anymore
It seems to me that after you start a CLJS bREPL on top of a CLJ REPL, if you stop the former and then restart it, you can't connect anymore to the browser.
boot repl -c
...
boot.user=> (start-repl)
<< started Weasel server on ws://127.0.0.1:51712 >>
<< waiting for client to connect ... Connection is ws://localhost:51712
Writing boot_cljs_repl.cljs...
connected! >>
To quit, type: :cljs/quit
nil
cljs.user=> :cljs/quit
...
boot.user=> (start-repl)
<< started Weasel server on ws://127.0.0.1:51712 >>
<< waiting for client to connect ... Connection is ws://localhost:51712
Writing boot_cljs_repl.cljs...
Thanks
+1
Still seems to be a problem.
[[adzerk/boot-cljs-repl "0.4.0"]
[cider/piggieback "0.3.9"]
[weasel "0.7.0"]
[nrepl "0.4.5"]]