don't request temination if session was not established

pull/2042/head
orignal 2 months ago
parent fbca27fe73
commit 530a078535

@ -294,8 +294,10 @@ namespace transport
{
m_TerminationReason = reason;
SendTermination ();
m_State = eSSU2SessionStateClosing;
}
m_State = eSSU2SessionStateClosing;
else
Done ();
}
void SSU2Session::Established ()

Loading…
Cancel
Save