KamToHung commented on code in PR #3034: URL: https://github.com/apache/dubbo-go/pull/3034#discussion_r2379835988
########## protocol/grpc/client.go: ########## @@ -152,7 +154,7 @@ func NewClient(url *common.URL) (*Client, error) { }, nil } -func clientInit() { +func clientInit(url *common.URL) { Review Comment: > 这里添加一个 url param 干啥? 从上层把参数set进url后续使用,现在还没改好,pr我先Draft -- 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-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org