CodexBloom - AI-Powered Q&A Platform

C# HttpClient with Polly for Retry Logic - Getting Unhandled Task Exception on Cancellation

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-14
c# httpclient polly cancellation-token

I'm currently implementing an API client using `HttpClient` along with Polly for retry logic in my .NET 5 application. Everything works as expected until I try ...