Add etcd as a service discovery mechanism

pull/2318/head
skiffer-git 5 months ago
parent 544bb96ef9
commit facdb10155

@ -91,7 +91,7 @@ func (d *DefaultAllNode) GetConnsAndOnlinePush(ctx context.Context, msg *sdkws.M
msgClient := msggateway.NewMsgGatewayClient(conn) msgClient := msggateway.NewMsgGatewayClient(conn)
reply, err := msgClient.SuperGroupOnlineBatchPushOneMsg(ctx, input) reply, err := msgClient.SuperGroupOnlineBatchPushOneMsg(ctx, input)
if err != nil { if err != nil {
log.ZError(ctx, "SuperGroupOnlineBatchPushOneMsg ", err, input.String()) log.ZError(ctx, "SuperGroupOnlineBatchPushOneMsg ", err, "req:", input.String())
return nil return nil
} }

Loading…
Cancel
Save