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

Warn if a process is already listening on configured endpoint address #27

Closed
chriso opened this issue Apr 30, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@chriso
Copy link
Contributor

chriso commented Apr 30, 2024

dispatch run spawns a local application and then connects to it via the configurable -e,--endpoint <host:port>, which defaults to 127.0.0.0:8000.

If there is already a process listening on this address, before the local application is started, it probably indicates a problem. Printing a warning in this case may help users trying to debug why dispatch run isn't working.

@Pryz Pryz added the enhancement New feature or request label May 1, 2024
@chriso
Copy link
Contributor Author

chriso commented May 1, 2024

Fixed by #25.

@chriso chriso closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants