Skip to content
Snippets Groups Projects
Commit be374552 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

add missing ConfigureAwait(false)

parent 176a5572
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ namespace Grpc.Core
if (instanceToShutdown != null)
{
await instanceToShutdown.ShutdownAsync();
await instanceToShutdown.ShutdownAsync().ConfigureAwait(false);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment