This commit is contained in:
azw 2023-04-11 13:24:50 +00:00
parent 4c31f2a711
commit 059071f824

View File

@ -110,7 +110,15 @@ void MasterMgr::RequestTargetServer(f8::MsgHdr& hdr,
pending_socket_hash_[hdr.socket_handle] = curr_context_id_;
assert(pending_request_hash_.find(curr_context_id_) == pending_request_hash_.end());
pending_request_hash_[curr_context_id_] = new_hdr;
#if 0
#if 1
f8::Timer::Instance()->SetTimeout
(1000 * 10,
[] (int event, const a8::Args* args)
{
}
);
#else
auto timer_func =
[] (const a8::XParams& param)
{