mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fix #634.don't create timer in constructor
This commit is contained in:
parent
f9a5f4955c
commit
fbb5bb2f05
2 changed files with 24 additions and 32 deletions
|
@ -101,10 +101,7 @@ namespace client
|
|||
BOBCommandChannel * m_BOBCommandChannel;
|
||||
I2CPServer * m_I2CPServer;
|
||||
|
||||
boost::asio::io_service m_Service;
|
||||
std::thread * m_ServiceThread;
|
||||
|
||||
boost::asio::deadline_timer m_CleanupUDPTimer;
|
||||
std::unique_ptr<boost::asio::deadline_timer> m_CleanupUDPTimer;
|
||||
|
||||
public:
|
||||
// for HTTP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue