1
This commit is contained in:
parent
6b36492bb1
commit
a4e1fbd27e
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user