mirror of
https://github.com/coredns/coredns.git
synced 2025-11-14 16:02:16 -05:00
Implement trying to **TO** address
Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -96,7 +96,7 @@ func (c *Client) Run() error {
|
||||
if first {
|
||||
// send first request, to create stream, then wait for ADS to send us updates.
|
||||
if err := c.clusterDiscovery(stream, c.Version(cdsURL), c.Nonce(cdsURL), []string{}); err != nil {
|
||||
log.Debug(err)
|
||||
return err
|
||||
}
|
||||
log.Infof("gRPC stream established to %q", c.to) // might fail??
|
||||
c.setSynced()
|
||||
|
||||
Reference in New Issue
Block a user