stop termination timer on shutdown

pull/623/head
orignal 8 years ago
parent b02677ee21
commit 32669cb07f

@ -77,6 +77,8 @@ namespace transport
{ {
DeleteAllSessions (); DeleteAllSessions ();
m_IsRunning = false; m_IsRunning = false;
m_TerminationTimer.cancel ();
m_TerminationTimerV6.cancel ();
m_Service.stop (); m_Service.stop ();
m_Socket.close (); m_Socket.close ();
m_ServiceV6.stop (); m_ServiceV6.stop ();

Loading…
Cancel
Save