polish HandleCallAsync

pull/8476/head
Jan Tattermusch 8 years ago
parent 1445c47901
commit ba09884f82
  1. 3
      src/csharp/Grpc.Core/Server.cs

@ -344,8 +344,7 @@ namespace Grpc.Core
{
Logger.Warning(e, "Exception while handling RPC.");
}
if (continuation != null)
finally
{
continuation();
}

Loading…
Cancel
Save