You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
}
"""
The text was updated successfully, but these errors were encountered:
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)
}
"""
The text was updated successfully, but these errors were encountered: