This commit is contained in:
azw 2023-04-25 08:19:40 +00:00
parent 9f7276a776
commit 6b36492bb1

View File

@ -83,7 +83,7 @@ void LongSessionMgr::_SS_CMKcpHandshake(f8::MsgHdr& hdr, const ss::SS_CMKcpHands
[this, socket_handle] (int event, const a8::Args* args) [this, socket_handle] (int event, const a8::Args* args)
{ {
if (a8::TIMER_EXEC_EVENT == event) { 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); GCListener::Instance()->ForceCloseClient(socket_handle);
} }
} }