fix
This commit is contained in:
parent
c9f9f40c6c
commit
413b7c6863
|
@ -53,6 +53,7 @@ func (w *wsConnectItem) reuseLastConnect(data []byte) {
|
||||||
}
|
}
|
||||||
//重新绑定
|
//重新绑定
|
||||||
w.uniqueId = wid
|
w.uniqueId = wid
|
||||||
|
mapConnPool.Store(wid, w)
|
||||||
rsp := w.respondDataFormat(constants.WEBSOCKET_CONNECT_SUCCESS, wid)
|
rsp := w.respondDataFormat(constants.WEBSOCKET_CONNECT_SUCCESS, wid)
|
||||||
w.sendToOutChan(rsp)
|
w.sendToOutChan(rsp)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user