mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed creash
This commit is contained in:
parent
5e1f3a4939
commit
3e81123d94
@ -214,7 +214,7 @@ namespace stream
|
||||
}
|
||||
}
|
||||
m_ReceiveTimer.expires_from_now (boost::posix_time::seconds(timeout));
|
||||
m_ReceiveTimer.async_wait ([&buffer, handler, this](const boost::system::error_code& ecode)
|
||||
m_ReceiveTimer.async_wait ([=](const boost::system::error_code& ecode)
|
||||
{ this->HandleReceiveTimer (ecode, buffer, handler); });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user