Skip to content

Commit

Permalink
Merge branch 'main' into more-robust-shutdown-cleanup-and-reset
Browse files Browse the repository at this point in the history
  • Loading branch information
beeme1mr authored Jan 18, 2024
2 parents 2c197d8 + 18a092a commit 14aacac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenFeature/FeatureProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public abstract class FeatureProvider
/// <summary>
/// The event channel of the provider.
/// </summary>
protected Channel<object> EventChannel = Channel.CreateBounded<object>(1);
protected readonly Channel<object> EventChannel = Channel.CreateBounded<object>(1);

/// <summary>
/// Metadata describing the provider.
Expand Down

0 comments on commit 14aacac

Please sign in to comment.