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 a98c8c1 commit 655abbfCopy full SHA for 655abbf
src/OpenFeature/FeatureProvider.cs
@@ -140,7 +140,7 @@ public virtual Task ShutdownAsync(CancellationToken cancellationToken = default)
140
/// Returns the event channel of the provider.
141
/// </summary>
142
/// <returns>The event channel of the provider</returns>
143
- public virtual Channel<object> GetEventChannel() => this.EventChannel;
+ public Channel<object> GetEventChannel() => this.EventChannel;
144
145
/// <summary>
146
/// Track a user action or application state, usually representing a business objective or outcome. The implementation of this method is optional.
0 commit comments