1
This commit is contained in:
parent
f04a5ec695
commit
c82c77e89a
@ -66,6 +66,10 @@ void MasterMgr::_SS_MS_ResponseTargetServer(f8::MsgHdr& hdr, const ss::SS_MS_Res
|
|||||||
conn->ForwardClientMsgEx(req->hdr_copy);
|
conn->ForwardClientMsgEx(req->hdr_copy);
|
||||||
req->conn = conn;
|
req->conn = conn;
|
||||||
req->hdr_copy = nullptr;
|
req->hdr_copy = nullptr;
|
||||||
|
if (!req->timer_wp.expired()) {
|
||||||
|
f8::Timer::Instance()->FireEvent(req->timer_wp, ALLOC_TARGET_SERVER_SUCCESS_TIMER_EVENT, nullptr);
|
||||||
|
f8::Timer::Instance()->Delete(req->timer_wp);
|
||||||
|
}
|
||||||
RemoveRequest(req->socket_handle);
|
RemoveRequest(req->socket_handle);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user