Compare commits

..

No commits in common. "7be3ee52e92b06a3252d6ea3c65aa933b61b379e" and "47f3044a6d8550297a7a6006f7c2ea5ab3363755" have entirely different histories.

View File

@ -35,7 +35,6 @@ public abstract class NotificationConnector : GlobalBase
SendNotificationInternal($"{ut} ({texts.Length})", string.Join('\n', texts)); SendNotificationInternal($"{ut} ({texts.Length})", string.Join('\n', texts));
} }
_notificationRequested = null; _notificationRequested = null;
_notifications.Clear();
} }
Thread.Sleep(100); Thread.Sleep(100);
} }
@ -62,7 +61,6 @@ public abstract class NotificationConnector : GlobalBase
SendNotificationInternal(ut, string.Join('\n', texts)); SendNotificationInternal(ut, string.Join('\n', texts));
} }
_notificationRequested = null; _notificationRequested = null;
_notifications.Clear();
} }
else if(_notificationRequested is not null) else if(_notificationRequested is not null)
{ {