1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-10 16:37:54 +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 else
{ {
Close (); Close ();
m_ReceiveTimer.cancel ();
return; return;
} }
} }