~ruther/NosSmooth

6fa0c5b41b3bd49c9ec056738d8624be7072a171 — Rutherther 2 years ago b5f6017
feat(pcap): clear connections and clients after PcapNostaleManager is closed
1 files changed, 2 insertions(+), 0 deletions(-)

M Pcap/NosSmooth.Pcap/PcapNostaleManager.cs
M Pcap/NosSmooth.Pcap/PcapNostaleManager.cs => Pcap/NosSmooth.Pcap/PcapNostaleManager.cs +2 -0
@@ 120,6 120,8 @@ public class PcapNostaleManager

        task?.GetAwaiter().GetResult();
        task?.Dispose();
        _connections.Clear();
        _clients.Clear();
    }

    /// <summary>

Do not follow this link