mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
n.initNodes
This commit is contained in:
parent
6307d6ba51
commit
ce578800d0
@ -1172,7 +1172,7 @@ func (n *network) Connect() error {
|
|||||||
// return if already connected
|
// return if already connected
|
||||||
if n.connected {
|
if n.connected {
|
||||||
// immediately resolve
|
// immediately resolve
|
||||||
initNodes()
|
n.initNodes()
|
||||||
|
|
||||||
// send the connect message
|
// send the connect message
|
||||||
n.sendConnect()
|
n.sendConnect()
|
||||||
|
Loading…
Reference in New Issue
Block a user