mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 10:22:36 +08:00
Add etcd as a service discovery mechanism
This commit is contained in:
parent
eaa2054b10
commit
544bb96ef9
@ -91,6 +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())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user