You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/quitnil
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
The text was updated successfully, but these errors were encountered:
magomimmo
changed the title
Stopping the bREPL one and you can't restart it anymore
Stopping the bREPL once and you can't restart it anymore
Dec 6, 2015
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.
Thanks
The text was updated successfully, but these errors were encountered: