Skip to content
New issue

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

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

Already on GitHub? # to your account

Receptor exits with zero when unable to listen #180

Open
Ichimonji10 opened this issue Mar 16, 2020 · 0 comments
Open

Receptor exits with zero when unable to listen #180

Ichimonji10 opened this issue Mar 16, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Ichimonji10
Copy link
Contributor

Try running the following commands twice, concurrently:

poetry run receptor --data-dir="$(mktemp --directory)" node

One process will bind to 0.0.0.0:8888, and the other will fail to bind and bail. The process that bails should, intuitively, exit with a non-zero status code. However, it exits with a zero status code. This seems wrong.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants