Skip to content

Commit

Permalink
Update FlagdProvider.cs
Browse files Browse the repository at this point in the history
Revert change Empty to EventStreamRequest
Remove bad whitespace

Signed-off-by: Eliot Eikenberry <wolftousen@gmail.com>
  • Loading branch information
Wolftousen authored Aug 4, 2023
1 parent 1808371 commit ab3d3fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/OpenFeature.Contrib.Providers.Flagd/FlagdProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ private async Task HandleEvents()
{
while (_eventStreamRetries < _config.MaxEventStreamRetries)
{
var call = _client.EventStream(new EventStreamRequest());
var call = _client.EventStream(new Empty());
try
{
// Read the response stream asynchronously
Expand Down Expand Up @@ -534,8 +534,6 @@ private static Value ConvertToPrimitiveValue(ProtoValue value)
}
}



private Service.ServiceClient BuildClientForPlatform(Uri url)
{
var useUnixSocket = url.ToString().StartsWith("unix://");
Expand Down

0 comments on commit ab3d3fe

Please sign in to comment.