Browse Source

send session status crated right a way

pull/2094/head
orignal 2 months ago
parent
commit
e5dac605f6
  1. 5
      libi2pd_client/I2CP.cpp

5
libi2pd_client/I2CP.cpp

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

Loading…
Cancel
Save