Michael Domashchenko

Results 1 issues of Michael Domashchenko

This call gets injected into the beginning of every instrumented method: https://github.com/newrelic/newrelic-dotnet-agent/blob/813b8210523c2c50942df3da119f4008a86a25dd/src/Agent/NewRelic/Profiler/MethodRewriter/FunctionManipulator.h#L269 In our case `SqlCommand.ExecuteReaderAsync` and `HttpClient.SendAsync` which are executed constantly. Unfortunately, that quickly hits this `lock` statement in...

bug
community