phpcyy opened a new issue, #2870:
URL: https://github.com/apache/dubbo-go/issues/2870

   在使用  remoting/getty 包时发现 SetClientConf 发现配置没有生效,连接数等配置仍然是默认配置。
   
   查看源码后发现,在 Connect 方法(remoting/getty/getty_client.go:169) 中:
   
   ```
   initClient(url.Protocol)
   c.conf = *clientConf
   ```
   
   在 initClient 函数(remoting/getty/getty_client.go:58)中:
   
   ```
   clientConf = GetDefaultClientConfig()
   ```
   
   导致每次的配置都是默认配置。


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

Reply via email to