This commit is contained in:
laodaming 2023-08-30 11:37:44 +08:00
parent 89e714d7d8
commit 15be521af9

View File

@ -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
}
//存在是不能给他申请重新绑定