mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 02:26:00 +08:00
group
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user