diff --git a/TimberWinR/Inputs/UdpInputListener.cs b/TimberWinR/Inputs/UdpInputListener.cs index 615611c..bb74075 100644 --- a/TimberWinR/Inputs/UdpInputListener.cs +++ b/TimberWinR/Inputs/UdpInputListener.cs @@ -55,9 +55,7 @@ namespace TimberWinR.Inputs _udpListenerV6.Close(); // wait for completion of the threads - _listenThreadV6.Join(); - - Finished(); + _listenThreadV6.Join(); base.Shutdown(); }