mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 09:00:30 +01:00
stop termination timer on shutdown
This commit is contained in:
parent
b02677ee21
commit
32669cb07f
1 changed files with 2 additions and 0 deletions
2
SSU.cpp
2
SSU.cpp
|
@ -77,6 +77,8 @@ namespace transport
|
|||
{
|
||||
DeleteAllSessions ();
|
||||
m_IsRunning = false;
|
||||
m_TerminationTimer.cancel ();
|
||||
m_TerminationTimerV6.cancel ();
|
||||
m_Service.stop ();
|
||||
m_Socket.close ();
|
||||
m_ServiceV6.stop ();
|
||||
|
|
Loading…
Add table
Reference in a new issue