Removed redundant Finished() call per Markus Review comments.

This commit is contained in:
Eric Fontana
2015-04-08 08:15:17 -04:00
parent 77f8c0d303
commit 4e5af689f6

View File

@@ -55,9 +55,7 @@ namespace TimberWinR.Inputs
_udpListenerV6.Close();
// wait for completion of the threads
_listenThreadV6.Join();
Finished();
_listenThreadV6.Join();
base.Shutdown();
}