diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index f44af55..4e01d48 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -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()