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.
2 parents e7f6e36 + a2de3f1 commit a74b778Copy full SHA for a74b778
Flagsmith.FlagsmithClient/Flags.cs
@@ -29,7 +29,7 @@ public async Task<IFlag> GetFlag(string featureName)
29
30
}
31
if (_AnalyticsProcessor != null)
32
- await _AnalyticsProcessor.TrackFeature(flag.GetFeatureName());
+ await _AnalyticsProcessor.TrackFeature(flag.GetFeatureName()).ConfigureAwait(false);
33
return flag;
34
35
public List<IFlag> AllFlags() => _Flags;
0 commit comments