Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.9
-
None
-
None
Description
TimedInterrupt will not check for expiration in static methods. This is due to the fact that expire date are stored (and initialized) as regular class members. The current implementation is therefore not compatible with static methods.