From e5dac605f6bd7f678df6d3e9dbd31c65f29b7f36 Mon Sep 17 00:00:00 2001 From: orignal Date: Sun, 28 Jul 2024 21:59:49 -0400 Subject: [PATCH] send session status crated right a way --- libi2pd_client/I2CP.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {