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

polish HandleCallAsync

parent 1445c479
No related branches found
No related tags found
No related merge requests found
...@@ -344,8 +344,7 @@ namespace Grpc.Core ...@@ -344,8 +344,7 @@ namespace Grpc.Core
{ {
Logger.Warning(e, "Exception while handling RPC."); Logger.Warning(e, "Exception while handling RPC.");
} }
finally
if (continuation != null)
{ {
continuation(); continuation();
} }
......
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