From a4e1fbd27e23f91c979f0ab8cef6b23b4bd5d29a Mon Sep 17 00:00:00 2001 From: azw Date: Tue, 25 Apr 2023 08:54:58 +0000 Subject: [PATCH] 1 --- server/wsproxy/longsessionmgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/wsproxy/longsessionmgr.cc b/server/wsproxy/longsessionmgr.cc index 1c1dfcc..405c2a5 100644 --- a/server/wsproxy/longsessionmgr.cc +++ b/server/wsproxy/longsessionmgr.cc @@ -83,7 +83,7 @@ void LongSessionMgr::_SS_CMKcpHandshake(f8::MsgHdr& hdr, const ss::SS_CMKcpHands [this, socket_handle] (int event, const a8::Args* args) { if (a8::TIMER_EXEC_EVENT == event) { - if (!DownStreamMgr::Instance()->GetDownStream(socket_handle).expired()) { + if (DownStreamMgr::Instance()->GetDownStream(socket_handle).expired()) { GCListener::Instance()->ForceCloseClient(socket_handle); } }