We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043d3d commit 5829d60Copy full SHA for 5829d60
src/OpenFeature.Hosting/FeatureLifecycleStateOptions.cs
@@ -14,5 +14,5 @@ public class FeatureLifecycleStateOptions
14
/// <summary>
15
/// Gets or sets the state during the feature shutdown lifecycle.
16
/// </summary>
17
- public FeatureStopState StopState { get; set; } = FeatureStopState.Stopping;
+ public FeatureStopState StopState { get; set; } = FeatureStopState.Stopped;
18
}
0 commit comments