fixed #2078. don't stop service when destination stops

This commit is contained in:
orignal 2024-07-29 14:44:47 -04:00
parent e5dac605f6
commit 86f86fc711

View File

@ -180,7 +180,6 @@ 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
}