send session status crated right a way

This commit is contained in:
orignal 2024-07-28 21:59:49 -04:00
parent ab1abf584f
commit e5dac605f6

View File

@ -652,8 +652,9 @@ namespace client
{
LogPrint (eLogDebug, "I2CP: Session ", m_SessionID, " created");
m_Destination->Start ();
// check if ready, or schedule readiness timer
HandleSessionReadinessCheckTimer (boost::system::error_code ());
/*// check if ready, or schedule readiness timer
HandleSessionReadinessCheckTimer (boost::system::error_code ());*/
SendSessionStatusMessage (eI2CPSessionStatusCreated); // created
}
else
{