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

Merge pull request #6127 from jtattermusch/async_void_is_illegal

Async void is illegal in ASP.NET and DNXcore
parents 7ec30669 9ad4c3a1
Branches
Tags
No related merge requests found
...@@ -87,7 +87,7 @@ namespace Grpc.Core.Internal ...@@ -87,7 +87,7 @@ namespace Grpc.Core.Internal
} }
} }
private async void StartGetMetadata(AuthInterceptorContext context, IntPtr callbackPtr, IntPtr userDataPtr) private async Task StartGetMetadata(AuthInterceptorContext context, IntPtr callbackPtr, IntPtr userDataPtr)
{ {
try try
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment