MindscapeHQ / raygun4net

Raygun provider for .NET
https://raygun.com
MIT License
125 stars 91 forks source link

Add `ConfigureAwait(false)` to the blocking and non blocking Send calls #534

Closed xenolightning closed 5 months ago

xenolightning commented 5 months ago

GetAwaiter().GetResult() is really not ideal, we have to continue to support the synchronous api, so it's required.

Internally we should be avoiding the usage of Send()

phillip-haydon commented 5 months ago

It's your change log :D