Skip to content
Snippets Groups Projects
Commit 4c3834b1 authored by fangyincheng's avatar fangyincheng
Browse files

Merge remote-tracking branch 'upstream/develop' into develop

parents a89f93cb 55c86f73
No related branches found
No related tags found
No related merge requests found
...@@ -258,6 +258,7 @@ func Load() (map[string]*ReferenceConfig, map[string]*ServiceConfig) { ...@@ -258,6 +258,7 @@ func Load() (map[string]*ReferenceConfig, map[string]*ServiceConfig) {
if ((refconfig.Check != nil && *refconfig.Check) || if ((refconfig.Check != nil && *refconfig.Check) ||
(refconfig.Check == nil && consumerConfig.Check != nil && *consumerConfig.Check) || (refconfig.Check == nil && consumerConfig.Check != nil && *consumerConfig.Check) ||
(refconfig.Check == nil && consumerConfig.Check == nil)) && //default to true (refconfig.Check == nil && consumerConfig.Check == nil)) && //default to true
refconfig.invoker != nil &&
!refconfig.invoker.IsAvailable() { !refconfig.invoker.IsAvailable() {
checkok = false checkok = false
count++ count++
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment