Add etcd as a service discovery mechanism

pull/2318/head
skiffer-git 1 year ago
parent 26e4c0d3b6
commit 9543cd878d

@ -87,12 +87,11 @@ func (d *DefaultAllNode) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.M
// Online push message
for _, conn := range conns {
conn := conn // loop var safe
ctx := ctx
wg.Go(func() error {
msgClient := msggateway.NewMsgGatewayClient(conn)
reply, err := msgClient.SuperGroupOnlineBatchPushOneMsg(ctx, input)
if err != nil {
log.ZError(ctx, "SuperGroupOnlineBatchPushOneMsg ", err, "req:", input.String())
log.ZError(ctx, "SuperGroupOnlineBatchPushOneMsg ", err, input.String())
return nil
}

Loading…
Cancel
Save