Closed RomanSoloweow closed 4 years ago
It looks like there's a lot of extraneous stuff going on here. I'm also not sure if we actually need the ConfigureAwait, what does adding them fix for you?
Yes, ConfigureAwait fix my problem. Many developers advise to always use this to avoid blocking like what I've been getting