calculate min pacing time. Return wrongly removed line

This commit is contained in:
orignal 2024-07-04 13:28:18 -04:00
parent 0428b5ece1
commit d843502832
3 changed files with 13 additions and 11 deletions

View file

@ -180,6 +180,7 @@ namespace client
i2p::tunnel::tunnels.StopTunnelPool (m_Pool);
}
SaveTags ();
m_Service.stop (); // make sure we don't process more messages after this point. TODO: implement it better
CleanUp (); // GarlicDestination
}