1
This commit is contained in:
@@ -34,7 +34,7 @@ func (w *wsConnectItem) reuseLastConnect(data []byte) {
|
||||
}
|
||||
//尾部不同不能复用
|
||||
if decryptionWid[lendecryptionWid-lenUserPart:] != userPart {
|
||||
w.reuseLastConnErrResponse("the client id is not belong you before")
|
||||
w.reuseLastConnErrResponse("the client id is not belong to you before")
|
||||
return
|
||||
}
|
||||
//存在是不能给他申请重新绑定
|
||||
|
||||
Reference in New Issue
Block a user