diff --git a/Netch/Forms/MainForm.cs b/Netch/Forms/MainForm.cs index e2f4ceb5..c10953e4 100644 --- a/Netch/Forms/MainForm.cs +++ b/Netch/Forms/MainForm.cs @@ -1235,7 +1235,7 @@ namespace Netch.Forms if (File.Exists(file)) File.Delete(file); - if (IsWaiting()) + if (!IsWaiting()) await StopAsyncCore(); Dispose();