microsoft / ApplicationInsights-Go

Microsoft Application Insights SDK for Go
MIT License
157 stars 53 forks source link

`Channel().Flush()` is not blocking #55

Open Acce1erat0rz opened 3 years ago

Acce1erat0rz commented 3 years ago

Any blocking method to flush tracks?

jjjordanmsft commented 3 years ago

Close() blocks. Can you share the scenario in which you would need to block sooner than that?