This commit is contained in:
azw 2023-04-24 07:35:53 +00:00
parent bc48f98858
commit d1143afd28

View File

@ -257,11 +257,11 @@ void App::AddSocketMsg(SocketFrom_e sockfrom,
void App::QuickExecute()
{
f8::Timer::Instance()->Update();
f8::MsgQueue::Instance()->Update();
DispatchMsg();
DispatchUdpMsg();
LongSessionMgr::Instance()->Update();
f8::Timer::Instance()->Update();
}
void App::SlowerExecute()