Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
magomimmo opened this issue Dec 6, 2015 · 2 comments
Open

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

magomimmo opened this issue Dec 6, 2015 · 2 comments

Comments

@magomimmo
Copy link

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 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
@eeng
Copy link

eeng commented Jul 6, 2017

+1

@zalky
Copy link

zalky commented Oct 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants