This commit is contained in:
azw 2023-04-14 07:20:41 +00:00
parent af9b9d4244
commit fee8a03cec
2 changed files with 4 additions and 2 deletions

View File

@ -67,7 +67,9 @@ void MasterMgr::_SS_MS_ResponseTargetServer(f8::MsgHdr& hdr, const ss::SS_MS_Res
req->conn = conn;
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()->FireEvent(req->timer_wp,
ALLOC_TARGET_SERVER_SUCCESS_TIMER_EVENT,
nullptr);
f8::Timer::Instance()->Delete(req->timer_wp);
}
RemoveRequest(req->socket_handle);

2
third_party/f8 vendored

@ -1 +1 @@
Subproject commit 208022cc5f24064097151264ce6374013e827d7d
Subproject commit c15cb12a75cdc0e190a76ffa94f88c0ec06eec41