You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/06/26 11:46:28 UTC

[GitHub] [skywalking] 844067874 commented on a change in pull request #7179: fix the reponse time of gRPC is not right.

844067874 commented on a change in pull request #7179:
URL: https://github.com/apache/skywalking/pull/7179#discussion_r659158293



##########
File path: apm-sniffer/apm-sdk-plugin/grpc-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/grpc/v1/server/TracingServerCallListener.java
##########
@@ -101,4 +96,18 @@ public void onHalfClose() {
             ContextManager.stopSpan();
         }
     }
+
+    @Override
+    public void onComplete() {
+        super.onComplete();
+        ContextManager.stopSpan();

Review comment:
       in the same thread




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org