hanahmily opened a new pull request #2987: Adding deadline to gRPC client URL: https://github.com/apache/skywalking/pull/2987 Adding deadline to gRPC client - Set up 10 seconds deadline after gRPC client sending - The duration of deadline contains three segments: connecting, request and response For blocking stub, I just set the deadline before invoking service. For bi-streaming stub, I found all of them are used as a blocking style, that after getting streaming response client stub just close current streaming. Base on the above reality, I pick the same way as blocking one. Fixed #2972
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
