fix
This commit is contained in:
parent
396e2cc16f
commit
7e55d52874
|
@ -213,7 +213,7 @@ func (l *DataTransferLogic) setConnPool(conn *websocket.Conn, userInfo *auth.Use
|
||||||
}
|
}
|
||||||
//存在是不能给他申请重新绑定
|
//存在是不能给他申请重新绑定
|
||||||
if _, ok := mapConnPool.Load(oldWid); ok {
|
if _, ok := mapConnPool.Load(oldWid); ok {
|
||||||
logx.Error("复用的连接标识已被其他客户端使用,不符合重用条件")
|
logx.Error("复用的连接标识已被其他客户端使用,不符合重用条件,用户id:", userInfo.UserId, " guest_id:", userInfo.GuestId)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
logx.Info("====复用旧的ws连接成功====")
|
logx.Info("====复用旧的ws连接成功====")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user