Commit 69528f8
David White
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.1 parent 7ef15df commit 69528f8
File tree
3 files changed
+10
-4
lines changed- ZelBack/src/services
3 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | | - | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
0 commit comments