gaohuag opened a new issue #1364:
URL: https://github.com/apache/dubbo-go/issues/1364
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
提供一个接口,在服务发现准备好之前,等待准备好
**Why is this needed**:
目前的策略是sleep 3s,见代码:
`func init() {
config.Load()
referenceConfig.GenericLoad(appName) //appName is the unique
identification of RPCService
time.Sleep(3 * time.Second)
}`
--
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]