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

Can't jack in to more than one bb projects #3293

Closed
ikappaki opened this issue Dec 16, 2022 · 0 comments · Fixed by #3294
Closed

Can't jack in to more than one bb projects #3293

ikappaki opened this issue Dec 16, 2022 · 0 comments · Fixed by #3294

Comments

@ikappaki
Copy link
Contributor

Expected behavior

Should be able to jack in to more than one bb projects

Actual behavior

You can run the command ‘cider-jack-in-clj’ with C-c M-j
error in process sentinel: Could not start nREPL server: Exception in thread "main" java.net.BindException: Address already in use (Bind failed)

Steps to reproduce the problem

  1. Create two bb.edn files with {} contents in separate new directories
  2. Jack in to the first directory, a bb session is established.
  3. Try to jack in to the second directory, the above error is thrown.

This is because the bb nREPL server is always start up on the same port at 1667.

Environment & Version information

any

PR to follow.

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

Successfully merging a pull request may close this issue.

1 participant