-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix for connection errors and change config file import logic
When going from apiport, routerIP config to just upnp in config file, It was wiping the old mappings as it detected a port change when there wasn't. Upon further reflection, there isn't really a good way to implement this without impacting any existing api / app connections. So Have removed. Fixes a logic error with the config file import - on every config reload, the computed properties were being overwritten. There could have been edgecases where these properties were needed during the time they were being re-evaluted. Now only import the initial values and don't wipe the computed before they are recalculated.
- Loading branch information
David White
committed
Jan 27, 2024
1 parent
7ef15df
commit 69528f8
Showing
3 changed files
with
10 additions
and
4 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
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