1
This commit is contained in:
parent
89e714d7d8
commit
15be521af9
|
@ -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
|
||||
}
|
||||
//存在是不能给他申请重新绑定
|
||||
|
|
Loading…
Reference in New Issue
Block a user