davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.95k stars 754 forks source link

Async Guidance.md -> [Good] Class Pinger bug #18

Closed ewinnington closed 6 years ago

ewinnington commented 6 years ago

[Good] Class pinger did not compile with static async. Changed the code to make it compile and run with _client. Is this the desired behavior?