mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-21 16:49:10 +01:00
terminate receivers
This commit is contained in:
parent
f9731a76ec
commit
c349652a27
1 changed files with 1 additions and 0 deletions
1
SSU.cpp
1
SSU.cpp
|
@ -54,6 +54,7 @@ namespace transport
|
|||
m_Socket.close ();
|
||||
m_ServiceV6.stop ();
|
||||
m_SocketV6.close ();
|
||||
m_ReceiversService.stop ();
|
||||
if (m_ReceiversThread)
|
||||
{
|
||||
m_ReceiversThread->join ();
|
||||
|
|
Loading…
Add table
Reference in a new issue