This commit is contained in:
laodaming
2023-08-15 14:04:44 +08:00
parent 54568173af
commit f4e3834d95
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ func (w *wsConnectItem) resumeLateConnect(data []byte) {
}
//重新绑定
w.uniqueId = clientId
rsp := w.respondDataFormat(constants.WEBSOCKET_REQUEST_RESUME_LAST_CONNECT_SUCCESS, clientId)
rsp := w.respondDataFormat(constants.WEBSOCKET_CONNECT_SUCCESS, clientId)
w.sendToOutChan(rsp)
return
}