Skip to content

Commit 5829d60

Browse files
committed
feat: update FeatureLifecycleStateOptions.StopState default to Stopped
Signed-off-by: Weihan Li <weihanli@outlook.com>
1 parent 4043d3d commit 5829d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenFeature.Hosting/FeatureLifecycleStateOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ public class FeatureLifecycleStateOptions
1414
/// <summary>
1515
/// Gets or sets the state during the feature shutdown lifecycle.
1616
/// </summary>
17-
public FeatureStopState StopState { get; set; } = FeatureStopState.Stopping;
17+
public FeatureStopState StopState { get; set; } = FeatureStopState.Stopped;
1818
}

0 commit comments

Comments
 (0)