From afe06bb99ce0b3b3b2e9b62835df39016cde36cc Mon Sep 17 00:00:00 2001 From: azw Date: Mon, 24 Apr 2023 07:40:28 +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 4e01d48..8ee7081 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -604,7 +604,7 @@ void App::DispatchUdpMsg() }//end while if (!udp_work_node_) { - working_msgnode_size_ = 0; + udp_working_msgnode_size_ = 0; } }