You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once it is activated it keeps a thread running forever.
Instead: we shut down the timer when it is empty, or when the CachePool it relates to is empty. (Which means we have to restart it appropriately, too.)
Also we can try using an ExecutorService instead of a Timer.
The text was updated successfully, but these errors were encountered:
There is a static Timer used to purge CachePools.
Once it is activated it keeps a thread running forever.
Instead: we shut down the timer when it is empty, or when the CachePool it relates to is empty. (Which means we have to restart it appropriately, too.)
Also we can try using an ExecutorService instead of a Timer.
The text was updated successfully, but these errors were encountered: