This commit is contained in:
aozhiwei 2019-12-11 14:53:14 +08:00
parent 68bc02f627
commit fa634112fb
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ void MasterSvrMgr::RequestTargetServer(f8::MsgHdr& hdr, const std::string& team_
param.param2.GetString() param.param2.GetString()
}); });
} }
a8::Timer::Instance()->RemoveTimerFunc(a8::Timer::Instance()->GetRunningTimer()); a8::Timer::Instance()->RemoveTimerAfterFunc(a8::Timer::Instance()->GetRunningTimer());
MasterSvrMgr::Instance()->RemoveRequest( MasterSvrMgr::Instance()->RemoveRequest(
param.param1, param.param1,
param.sender, param.sender,

@ -1 +1 @@
Subproject commit cd38d3a5ff77831d675fd7accd90a38992a294c8 Subproject commit cdb87a3e673aee3401b3e2ffce3ea1a1e6a603b0