diff --git a/YAMDCC.GUI/MainWindow.cs b/YAMDCC.GUI/MainWindow.cs index e9bf6bb..9206942 100644 --- a/YAMDCC.GUI/MainWindow.cs +++ b/YAMDCC.GUI/MainWindow.cs @@ -246,6 +246,7 @@ private void OnProcessExit(object sender, EventArgs e) private void IPC_MessageReceived(object sender, PipeMessageEventArgs e) { + tmrSvcTimeout.Stop(); string[] args = e.Message.Value.Split(' '); if (args.Length == 1) {