79643930

Date: 2025-05-29 13:02:42
Score: 1.5
Natty:
Report link

Not sure if this applies to your specific situation but

In your program if you are using multithreading/executors which don't terminate or hang or tasks, you can end up with orphaned threads. You could check if you are using these and enforce a limit on how many can be created, forcing older inactive threads to be closed

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jeffrey.champion