Comment #15 on issue 2367 by [email protected]: JDK Classes keep references to Timer even though they are cancelled
http://code.google.com/p/mobicents/issues/detail?id=2367

I see, in JBCP 5 I updated all non FT timers too, but even if these were all already using ScheduledExecutorService, the solution for java.util.Timer is similar, just schedule a periodic task to invoke purge() if the config has such purge option on...

Reply via email to