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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Following latest pull update on Maven 3.0 snapshot I've got an issue in my app related to the new BackgroundExecutor (from pull #569).
I'm sorry I can't explain much what it is, I need to dig a bit more but basically I've noticed new Threads are not launched after a while. I noticed this happens after I launch a few blocking operations inside new threads. These operations are publish/subscribe calls and can remains there for a few minutes. From the point I start a few of these calls, it seems that other background tasks are not launched.
Sorry I know this is not precise at all. I'll try to debug a bit more and see what's happening there. I'll stick with the previous snapshot for now.