azure-relay-bridge
azure-relay-bridge copied to clipboard
Automatic reload of config files is broken
From looking at https://github.com/Azure/azure-relay-bridge/blob/f1e89b6f9c00084b0434d518b4b1ff0116ba0858/src/Microsoft.Azure.Relay.Bridge/Configuration/Config.cs#L461 It looks like automatic reload is supposed to be a feature, but it doesn't seem to be working. I edited BindPort in the config file while the process was running and couldn't observe any change in behavior afterwards.