0 Replies Latest reply on Aug 1, 2007 6:22 PM by shundavid

    Timerservice: expiring next method call before the previous

    shundavid

      Hello everybody,

      I'm having issues with the Timerservice:

      I'm creating a timer that expires every 5 min, but my @Timeout method sometimes takes more than 5 min to return. So I noticed that when this happens, my method starts to act weird, no exceptions, no warnings.

      Is there anyway to keep the @Timeout method from running if the previous one haven't finished?

      Thanks