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
Further reverting the change to RequestRefresh from #2780
This is still too much of a behavioral change. RequestRefresh goes back
to its historical function, signalling that the next call to
GetConfigurationAsync should request data. This is incorporated with
the background thread change to instead do the request as a blocking
operation if from a RequestRefresh
Part of #3082
* RequestRefresh back to a signal
Further reverting the change to RequestRefresh from #2780
This is still too much of a behavioral change. RequestRefresh goes back
to its historical function, signalling that the next call to
GetConfigurationAsync should request data. This is incorporated with
the background thread change to instead do the request as a blocking
operation if from a RequestRefresh
Part of #3082
* Add time based testing to ConfigurationManagerTests
through FakeTimeProvider
#2780 introduced background refresh for metadata.
This is fine for automatic refresh, for RequestRefresh, the historical behavior should not change.
The text was updated successfully, but these errors were encountered: