Browse Source

re trigger timer

pull/940/head
Jeff Becker 7 years ago
parent
commit
f87a51034e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
  1. 3
      libi2pd/Destination.cpp

3
libi2pd/Destination.cpp

@ -698,6 +698,9 @@ namespace client @@ -698,6 +698,9 @@ namespace client
}
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
{

Loading…
Cancel
Save