mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
re trigger timer
This commit is contained in:
@@ -698,6 +698,9 @@ namespace client
|
|||||||
}
|
}
|
||||||
m_ReadyCallbacks.clear();
|
m_ReadyCallbacks.clear();
|
||||||
}
|
}
|
||||||
|
m_ReadyCheckTimer.expires_from_now(boost::posix_time::seconds (1));
|
||||||
|
m_ReadyCheckTimer.async_wait(std::bind(&LeaseSetDestination::HandleReadyCheckTimer,
|
||||||
|
shared_from_this (), std::placeholders::_1));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user