mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
group
This commit is contained in:
parent
9884dcd7b1
commit
5c50be3c50
@ -27,7 +27,7 @@ func (o *Group) client(ctx context.Context) (group.GroupClient, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.ZDebug(ctx, "get conn", o.c.GetClientLocalConns())
|
||||
log.ZDebug(ctx, "get conn", "local", o.c.GetClientLocalConns())
|
||||
return group.NewGroupClient(conn), nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user