Hi team, from the current code, the default value of StopState is FeatureStopState.Stopping
|
public FeatureStopState StopState { get; set; } = FeatureStopState.Stopping; |
Want to propose using Stopped as the default value, since sometimes we may want to check the feature flag in the StopAsync logic.