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