Skip to content

Commit 14aacac

Browse files
authored
Merge branch 'main' into more-robust-shutdown-cleanup-and-reset
2 parents 2c197d8 + 18a092a commit 14aacac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenFeature/FeatureProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public abstract class FeatureProvider
2929
/// <summary>
3030
/// The event channel of the provider.
3131
/// </summary>
32-
protected Channel<object> EventChannel = Channel.CreateBounded<object>(1);
32+
protected readonly Channel<object> EventChannel = Channel.CreateBounded<object>(1);
3333

3434
/// <summary>
3535
/// Metadata describing the provider.

0 commit comments

Comments
 (0)