Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.0.3
-
Component/s: None
-
Labels:None
Description
There appears to be another "thread leak", at least in my environment. The faulty thread seam to be the QFC timer thread. I have created my own SocketInitiator to be able to override the time thread factory and so far I have discovered two things.
1- First, the method close on IOSessionInitiator never seems to be called.
2- The ScheduledExecutorService is never "shutdowned". Not sure if it has to be but if it's done, it fixes my problem.