boot-cljs-repl icon indicating copy to clipboard operation
boot-cljs-repl copied to clipboard

Stopping the bREPL once and you can't restart it anymore

Open magomimmo opened this issue 9 years ago • 2 comments

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

magomimmo avatar Dec 06 '15 15:12 magomimmo

+1

eeng avatar Jul 06 '17 15:07 eeng

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"]]

zalky avatar Oct 08 '18 16:10 zalky