Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use IOptionsMonitor to hot reload config (#872)
I was operating under the mistaken assumption that `IOptions<T>` represented the config value at the time of injection and that you only needed `IOptionsMonitor<T>` if you expected the value to change while you were holding on to the instance... Turns out `IOptions<T>` does not reload at all at runtime.
- Loading branch information