mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +02:00
n.initNodes
This commit is contained in:
@ -1172,7 +1172,7 @@ func (n *network) Connect() error {
|
||||
// return if already connected
|
||||
if n.connected {
|
||||
// immediately resolve
|
||||
initNodes()
|
||||
n.initNodes()
|
||||
|
||||
// send the connect message
|
||||
n.sendConnect()
|
||||
|
Reference in New Issue
Block a user