mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00: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…
x
Reference in New Issue
Block a user