[QFJ-556] ThreadedSocketAcceptor/DynamicAcceptorSessionProvider do not get checked by SessionTimerTask Created: 03/Sep/10 Updated: 01/Oct/17 Resolved: 01/Oct/17 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | 1.5.0 |
| Fix Version/s: | 1.5.1 |
| Type: | Bug | Priority: | Default |
| Reporter: | Andre Mermegas | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
ThreadedSocketAcceptor/DynamicAcceptorSessionProvider Sessions do not get checked by SessionTimerTask because sessionconnector is always null from ThreadPerSessionEventHandlingStrategy. DynamicAcceptorSessionProvider.getSession(...) { ThreadPerSessionEventHandlingStrategy.getSessionConnector() { simple fix i tested was to just add the connector constructor like in SingleThread version public ThreadPerSessionEventHandlingStrategy(SessionConnector connector) { sessionConnector = connector; } |
| Comments |
| Comment by Andre Mermegas [ 03/Sep/10 ] |
|
and of course return the field instead of null .... updated constructor calls in |
| Comment by Christoph John [ 01/Oct/17 ] |
|
Fixed by |