karma
Moderator
Posts: 178
Likes Given: 17
Likes Received: 32 in 29 posts
Joined: Jul 2012
Reputation: 3
|
Timerd not working properly?
Am I the only one to notice that TIMERD is a bit imprecise? It makes @Timer fire after a "highly" variable amount of time and it's a problem if i need it to trigger after 0.1 or 0.2 seconds and it does after 0.4 or 0.7.
Tested with:
Code:
[ITEMDEF i_timerdtester]
ID=i_memory
TYPE=t_eq_script
NAME=TimerdTester
ON=@Timer
SERV.LOG timerd fired: <SERV.TIME>
REMOVE
RETURN 1
[FUNCTION timerdtest]
SERV.NEWITEM i_timerdtester,1,<UID>
NEW.TIMERD=<ARGN1>
SERV.LOG timerd: <SERV.TIME>; it should trigger at <EVAL <SERV.TIME>+<NEW.TIMERD>>
May it be related to the OnTick issue i pointed at here http://tracker.sphere.torfo.org/bugs/view.php?id=2546 ?
EDIT: lol, i posted in the wrong section, sorry
(This post was last modified: 01-16-2016 11:35 PM by karma.)
|
|
01-16-2016 08:35 PM |
|
|