when client invoke cancel,it will trigger onCancel,not trigger onComplete (#7370)

Co-authored-by: sulie <sulie@gaoding.com>
This commit is contained in:
844067874 2021-07-26 15:53:25 +08:00 committed by GitHub
parent 68e699550d
commit 7ada0096ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class TracingServerCallListener<REQUEST> extends ForwardingServerCallList
throw t;
} finally {
ContextManager.stopSpan();
asyncSpan.asyncFinish();
}
}