mirror of
https://github.com/C9Glax/tranga.git
synced 2025-01-12 03:17:33 +01:00
Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
This commit is contained in:
commit
7be3ee52e9
@ -35,6 +35,7 @@ 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);
|
||||||
}
|
}
|
||||||
@ -61,6 +62,7 @@ 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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user