From d1143afd28ebd472be473415bb149b8cea38fcff Mon Sep 17 00:00:00 2001 From: azw Date: Mon, 24 Apr 2023 07:35:53 +0000 Subject: [PATCH] 1 --- server/wsproxy/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()