We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c197d8 + 18a092a commit 14aacacCopy full SHA for 14aacac
src/OpenFeature/FeatureProvider.cs
@@ -29,7 +29,7 @@ public abstract class FeatureProvider
29
/// <summary>
30
/// The event channel of the provider.
31
/// </summary>
32
- protected Channel<object> EventChannel = Channel.CreateBounded<object>(1);
+ protected readonly Channel<object> EventChannel = Channel.CreateBounded<object>(1);
33
34
35
/// Metadata describing the provider.
0 commit comments