Skip to content

Commit

Permalink
fix_client_check (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun authored Dec 2, 2022
1 parent a444c2a commit 0895542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/healthcheck/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (c *CacheProvider) OnDeleted(value interface{}) {
deleteServiceInstance(instProto, c.healthCheckInstances)
c.sendEvent(CacheEvent{healthCheckInstancesChanged: true})
case *model.Client:
deleteClient(actual.Proto(), c.healthCheckInstances)
deleteClient(actual.Proto(), c.healthCheckClients)
c.sendEvent(CacheEvent{healthCheckClientChanged: true})
}
}
Expand Down

0 comments on commit 0895542

Please sign in to comment.