Azure/azure-relay-bridge

Automatic reload of config files is broken

congyiwu opened this issue · 0 comments

From looking at

public static Config LoadConfig(CommandLineSettings commandLineSettings)

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.