Skip to content

Instantly share code, notes, and snippets.

View TechyChap's full-sized avatar

Andy Clark TechyChap

View GitHub Profile
@TechyChap
TechyChap / LoggingRetryHandler.cs
Created March 24, 2021 18:11
LoggingRetryHandler for gRPC
using Grpc.Core;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Polly;
using System;
using System.Linq;
using System.Net;
using System.Net.Http;
namespace PollyHelpers