mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
Add etcd as a service discovery mechanism
This commit is contained in:
@@ -86,6 +86,7 @@ func (d *DefaultAllNode) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.M
|
||||
|
||||
// Online push message
|
||||
for _, conn := range conns {
|
||||
log.ZDebug(ctx, "get gateway conn detail ", "conn ", *conn)
|
||||
conn := conn // loop var safe
|
||||
ctx := ctx
|
||||
wg.Go(func() error {
|
||||
|
||||
Reference in New Issue
Block a user