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

Gracefully handle if the port is taken #34

Open
jo-sm opened this issue May 30, 2023 · 0 comments
Open

Gracefully handle if the port is taken #34

jo-sm opened this issue May 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jo-sm
Copy link
Contributor

jo-sm commented May 30, 2023

At the moment, if you have two instances of cljest running, such as when you're working on two projects at the same time, and they both use the default (or same) port, the second instance will fail when starting up because it tries to use the same port as the first. We can gracefully handle this, most likely by exposing the entire config from the server via an endpoint. This would have the added benefit of removing some duplicated business logic across Jest and cljest code.

@jo-sm jo-sm added the enhancement New feature or request label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant