mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:44:15 +00:00
rollback
This commit is contained in:
parent
c45f72a63e
commit
cfde1f8c27
@ -92,15 +92,9 @@ namespace client
|
|||||||
m_Stream->Close ();
|
m_Stream->Close ();
|
||||||
m_Stream.reset ();
|
m_Stream.reset ();
|
||||||
}
|
}
|
||||||
auto s = shared_from_this ();
|
m_Socket->close ();
|
||||||
// make sure all outstading jobs finished before close
|
|
||||||
m_Socket->get_io_service ().post(
|
|
||||||
[s]()
|
|
||||||
{
|
|
||||||
s->m_Socket->close ();
|
|
||||||
});
|
|
||||||
|
|
||||||
Done(s);
|
Done(shared_from_this ());
|
||||||
}
|
}
|
||||||
|
|
||||||
void I2PTunnelConnection::Receive ()
|
void I2PTunnelConnection::Receive ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user