(refconfig.Check==nil&&consumerConfig.Check==nil))&&//default to true
refconfig.invoker!=nil&&
!refconfig.invoker.IsAvailable(){
checkok=false
count++
ifcount>maxWait{
panic(fmt.Sprintf("Failed to check the status of the service %v . No provider available for the service to the consumer use dubbo version %v",refconfig.InterfaceName,version.Version))
(refconfig.Check==nil&&consumerConfig.Check==nil){//default to true
ifrefconfig.invoker!=nil&&
!refconfig.invoker.IsAvailable(){
checkok=false
count++
ifcount>maxWait{
panic(fmt.Sprintf("Failed to check the status of the service %v . No provider available for the service to the consumer use dubbo version %v",refconfig.InterfaceName,version.Version))
}
time.Sleep(time.Second*1)
break
}
ifrefconfig.invoker==nil{
log.Warn("The interface %s invoker not exsist , may you should check your interface config.",refconfig.InterfaceName)