mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
stop termination timer on shutdown
This commit is contained in:
parent
b02677ee21
commit
32669cb07f
2
SSU.cpp
2
SSU.cpp
|
@ -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…
Reference in a new issue