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
When application is stopped all scheduled tasks should be stopped, but it is not guaranteed as it is developer's responsibility to unschedule in dispose.
Instead use OSGi Service that is has better guarantees to stop SheduledThreadPool at least till enonic/xp#10844 is fixed
The text was updated successfully, but these errors were encountered:
When application is stopped all scheduled tasks should be stopped, but it is not guaranteed as it is developer's responsibility to unschedule in dispose.
Instead use OSGi Service that is has better guarantees to stop SheduledThreadPool at least till enonic/xp#10844 is fixed
The text was updated successfully, but these errors were encountered: