-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Restarting a repl does not connect to same port #1895
Comments
This should be easy to implement. I wonder why no one noticed it for so long. :-) |
Should we change |
Not sure how this is related. We simply need to remember the old connection port prior to restarting the REPL (this should do |
|
I'm aware of this. :-) But the actually fix would involve tagging connections with some marker denoting how they were created (using jack-in or connect) and in the case of the latter just re-invoking |
Expected behavior
cider-restart
should connect to the samehost:port
as when I usedcider-connect
.cider-connect
to connect to a repl running onlocalhost:6005
.cider-restart
.localhost:6005
as before.Actual behavior
cider-restart
seems to usecider-jack-in
instead, and does not connect to the repl running onlocalhost:6005
.The text was updated successfully, but these errors were encountered: