-
Notifications
You must be signed in to change notification settings - Fork 872
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
fix: allow multiple gateway and api ports #1092
Conversation
License: MIT Signed-off-by: Henrique Dias <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a test?
Co-Authored-By: Alan Shaw <[email protected]>
Co-Authored-By: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Henrique Dias <[email protected]>
License: MIT Signed-off-by: Henrique Dias <[email protected]>
Just added one to make sure it boots up with multiple addresses. It does not test the case when there are collisions. Will do that in the feature. There are a lot of tests planned! |
License: MIT Signed-off-by: Henrique Dias <[email protected]>
As per @alanshaw's suggestion, the dialog was changed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some copy changes + suggestion to quit when user clicks on the "I will fix the configuration" button
New version looks ok :D
Fixes #1091
On the case there is an array of API or Gateway addresses and one or more of them collide with already busy ports, we show this message:
Users that have multiple addresses for API/Gateway already changed the configuration on their own and know how to solve this kind of issues.
License: MIT
Signed-off-by: Henrique Dias [email protected]