no message

This commit is contained in:
liujianjun 2024-07-10 11:45:56 +08:00
parent 0db9c5a249
commit 97a753593e
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ type t_worker_base = class()
function post_to_(t,d); //发送 function post_to_(t,d); //发送
begin begin
if ifnil(d) then return 0; if ifnil(d) then return 0;
r := setglobalcache(format_idx(t),d,now()+0.001) ; r := setglobalcache(format_idx(t),d,now()+1) ;
return 1; return 1;
end end
{** {**