You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ASP.NET Core on .NET 6 framework. The client factory is configured in the DIC and the address is passed by the IOptionMonitor. When the configuration is updated I'm still getting the a client from the DIC with the old address.
How should I handle a scenario in runtime when the server address is changed?