Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4.0
-
Component/s: None
-
Labels:None
Description
Threads created by ThreadPerSessionEventHandlingStrategy are never shutdown. This is probably not an issue most of the time. In our case, however, we dynamically create sessions when accepting, much like in the Executor.java example. Threads are never, ever shutdown, even if the session is logged out.