fix
This commit is contained in:
parent
0f72151aa7
commit
561ce385a1
|
@ -150,10 +150,10 @@ func (l *DataTransferLogic) DataTransfer(req *types.DataTransferReq, w http.Resp
|
|||
return
|
||||
}
|
||||
//灯下删掉
|
||||
if userInfo.UserId != 127{
|
||||
/*if userInfo.UserId != 127{
|
||||
conn.Close()
|
||||
return
|
||||
}
|
||||
}*/
|
||||
//设置连接
|
||||
ws, err := l.setConnPool(conn, userInfo, isFirefoxBrowser, userAgent, oldWid)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user