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