Commit f3bc0e5
fix(unet-channels): Invoking .Clear() on two Dictionaries within the Shutdown-function (#199)
* fix(unet-channels): Invoking .Clear() on two Dictionaries within the Shutdown-function
GetConfig() will try to insert new kvp-pairs even though they already exists. Clearing them fixes this and allow, for example, doing StartHost() -> StopHost() -> StartHost() within the same session.
* changed the fields back to read-only1 parent f1bb0f4 commit f3bc0e5
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
0 commit comments