mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-01 07:03:15 +08:00
log
This commit is contained in:
parent
49e7f15130
commit
c0afe5d24a
@ -27,6 +27,8 @@ func (u *User) client() (user.UserClient, error) {
|
||||
}
|
||||
defer func() {
|
||||
log.NewInfo("client", conn, err)
|
||||
conns, err := u.c.GetConns(config.Config.RpcRegisterName.OpenImUserName)
|
||||
log.NewInfo("conns", conns, err)
|
||||
}()
|
||||
return user.NewUserClient(conn), nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user