-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROVER-305 Update address precedence logic (#2374)
The current address deciding logic, cannot differentiate between a value in the config that has been overriden by the config file or by another source. As such it's impossible to tell if it should update that value when the config file changes and so it makes the wrong choice. This fixes that by expanding the expressiveness of the RouterAddress struct, and thus produces something that makes the correct choice in this and other situations.
- Loading branch information
1 parent
72622af
commit c370d74
Showing
5 changed files
with
232 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.