TDao
Results
2
comments of
TDao
Hi all, has this Flush() problem been fixed in the latest AI sdk release? We ran into the same problem with version 2.10.
I cloned the master branch from [here](https://github.com/microsoft/ApplicationInsights-dotnet) and look into the source code of TelemetryClient.Flush() and looks like all the internal implementations are synchronous. Were there any reason why the...