You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: