Closed xenolightning closed 5 months ago
GetAwaiter().GetResult() is really not ideal, we have to continue to support the synchronous api, so it's required.
GetAwaiter().GetResult()
Internally we should be avoiding the usage of Send()
It's your change log :D
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()