Don't do .Wait() in async context.
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
Loading
Please register or sign in to comment
Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.