From 86f86fc711763bddc2a228f60de3bf62454c7644 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 29 Jul 2024 14:44:47 -0400 Subject: [PATCH] fixed #2078. don't stop service when destination stops --- libi2pd/Destination.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libi2pd/Destination.cpp b/libi2pd/Destination.cpp index 06bc9f12..43cd21f0 100644 --- a/libi2pd/Destination.cpp +++ b/libi2pd/Destination.cpp @@ -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 }