[QFJ-686] ThreadPerSessionEventHandlingStrategy still leaks threads after client disconnect Created: 07/Jun/12 Updated: 24/Aug/12 Resolved: 14/Aug/12 |
|
Status: | Resolved |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.5.2 |
Fix Version/s: | 1.5.3 |
Type: | Bug | Priority: | Critical |
Reporter: | Andre Mermegas | Assignee: | Christoph John |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Attachments: | ThreadPerSessionEventHandlingStrategy.java |
Description |
MessageDispatchingThread is not correctly GC'd or released because it is not stopped and removed from dispatcher map after client disconnects. |
Comments |
Comment by Andre Mermegas [ 07/Jun/12 ] |
attached fixes. |