You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Unico Hommes <Un...@hippo.nl> on 2003/02/13 17:25:29 UTC

[PATCH] CommandManager cancels instead of delay

Hi,

I noticed my RepeatedCommands weren't being executed. So I traced the problem and found it to be that CommandManager doesn't re-queue its DelayedCommands if it's not time for them to be executed yet. In other words, in the case that it's not time for them yet, they get removed completely!