kzhan commented on a change in pull request #1057:
URL: https://github.com/apache/dubbo-go/pull/1057#discussion_r578947104



##########
File path: protocol/grpc/client.go
##########
@@ -123,3 +134,13 @@ func getInvoker(impl interface{}, conn *grpc.ClientConn) 
interface{} {
        res := method.Call(in)
        return res[0].Interface()
 }
+
+//client timeout
+func UnaryClientTimeoutInterceptor(timeout time.Duration) 
grpc.UnaryClientInterceptor {

Review comment:
        I'm sorry, let me fix that




----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to