diff --git a/libi2pd_client/I2CP.cpp b/libi2pd_client/I2CP.cpp index 243e2e0c..e0a0142a 100644 --- a/libi2pd_client/I2CP.cpp +++ b/libi2pd_client/I2CP.cpp @@ -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 {