mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete stream in destination's thread
This commit is contained in:
parent
03914b4f41
commit
c92d99718b
2 changed files with 6 additions and 2 deletions
|
@ -201,6 +201,7 @@ namespace stream
|
|||
m_IsReset = true;
|
||||
m_ReceiveTimer.cancel ();
|
||||
m_ResendTimer.cancel ();
|
||||
m_AckSendTimer.cancel ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue