FoghostCn commented on code in PR #2680:
URL: https://github.com/apache/dubbo-go/pull/2680#discussion_r1605921766


##########
client/options.go:
##########
@@ -531,9 +531,9 @@ func (cliOpts *ClientOptions) init(opts ...ClientOption) 
error {
 
 type ClientOption func(*ClientOptions)
 
-func WithClientCheck() ClientOption {
+func WithClientNoCheck() ClientOption {

Review Comment:
   是这样的雨哥,这个 API 目前只发布了一个 rc 版本,使用的人非常少,API 还处于一个不太稳定的状态,而且其实 withCheck 
方法用不到,因为默认值就是 true, withCheck 也是设置为true,所以我觉得留着没啥意义



-- 
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: [email protected]

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