mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
Dont bail when unable to resolve network nodes.
This commit is contained in:
parent
9448d7c164
commit
88e47b9b06
@ -281,7 +281,7 @@ func (n *network) Connect() error {
|
||||
// try to resolve network nodes
|
||||
nodes, err := n.resolveNodes()
|
||||
if err != nil {
|
||||
return err
|
||||
log.Debugf("Network failed to resolve nodes: %v", err)
|
||||
}
|
||||
|
||||
// connect network tunnel
|
||||
|
Loading…
Reference in New Issue
Block a user