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

Concurrent preset crashes when tcp_port is set #15

Open
reidprichard opened this issue Apr 6, 2024 · 0 comments
Open

Concurrent preset crashes when tcp_port is set #15

reidprichard opened this issue Apr 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@reidprichard
Copy link
Contributor

When you have more than one preset set to run concurrently, and you set defaults.tcp_port but do not set tcp_port for the presets, whichever preset starts second will crash when it tries to bind to defaults.tcp_port. It could save users a few minutes of debugging to add an error message if:

  1. general.allow_concurrent_presets = true
  2. presets contains > 1 key
  3. More than one presets key doesn't have tcp_port set
@rszyma rszyma added the bug Something isn't working label Jun 22, 2024
@rszyma rszyma added enhancement New feature or request and removed bug Something isn't working labels Jul 26, 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