Update On Thu Sep 5 20:35:34 CEST 2024

This commit is contained in:
github-action[bot]
2024-09-05 20:35:34 +02:00
parent baff38e419
commit d6a419be50
42 changed files with 673 additions and 536 deletions
@@ -258,7 +258,7 @@ namespace ServiceLib.ViewModels
{
if (Utils.IsNullOrEmpty(result.IndexId))
{
_noticeHandler?.SendMessage(result.Delay, true);
_noticeHandler?.SendMessageEx(result.Delay);
_noticeHandler?.Enqueue(result.Delay);
return;
}