1
This commit is contained in:
parent
51b01f8e79
commit
9ae217eea5
@ -48,4 +48,10 @@ void DownStream::OnClose()
|
|||||||
ss::SS_WSP_SocketDisconnect msg;
|
ss::SS_WSP_SocketDisconnect msg;
|
||||||
GetUpStream().lock()->SendMsg(socket_handle_, msg);
|
GetUpStream().lock()->SendMsg(socket_handle_, msg);
|
||||||
}
|
}
|
||||||
|
auto session = LongSessionMgr::Instance()->GetSession(socket_handle_);
|
||||||
|
if (session) {
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user