mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 20:30:40 +08:00
test discov
This commit is contained in:
parent
d9d64d810b
commit
cd273a9094
@ -101,11 +101,11 @@ func NewClient(zkServers []string, zkRoot string, options ...ZkOption) (*ZkClien
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
resolver.Register(client)
|
resolver.Register(client)
|
||||||
var wg sync.WaitGroup
|
// var wg sync.WaitGroup
|
||||||
wg.Add(2)
|
// wg.Add(2)
|
||||||
// go client.refresh(&wg)
|
// go client.refresh(&wg)
|
||||||
// go client.watch(&wg)
|
// go client.watch(&wg)
|
||||||
wg.Wait()
|
// wg.Wait()
|
||||||
return client, nil
|
return client, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user