1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-09 11:27:53 +00:00

notify client if a stream got disconnected

This commit is contained in:
orignal 2014-08-15 13:28:07 -04:00
parent 049f022d3f
commit b8b953a7db

View File

@ -452,6 +452,7 @@ namespace stream
else
{
Close ();
m_ReceiveTimer.cancel ();
return;
}
}