fix
This commit is contained in:
parent
a9b8df41f7
commit
4ac4f7ee9d
|
@ -59,7 +59,7 @@ func (r *reuseConnProcessor) allocationMessage(data []byte) {
|
||||||
}
|
}
|
||||||
//重新绑定
|
//重新绑定
|
||||||
r.w.uniqueId = wid
|
r.w.uniqueId = wid
|
||||||
mapConnPool.Store(wid, *r.w)
|
mapConnPool.Store(wid, r.w)
|
||||||
rsp := r.w.respondDataFormat(constants.WEBSOCKET_CONNECT_SUCCESS, wid)
|
rsp := r.w.respondDataFormat(constants.WEBSOCKET_CONNECT_SUCCESS, wid)
|
||||||
r.w.sendToOutChan(rsp)
|
r.w.sendToOutChan(rsp)
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user