[QFJ-566] Incoming Logout message doesn't go to Application.fromAdmin() callback Created: 22/Nov/10 Updated: 22/May/15 Resolved: 01/Apr/14 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.5.0 |
Fix Version/s: | None |
Type: | Bug | Priority: | Default |
Reporter: | Maksym Symonov | Assignee: | Unassigned |
Resolution: | Cannot Reproduce | Votes: | 0 |
Labels: | None |
Issue Links: |
|
Description |
Incoming Logout message is routed to Application.onLogout() callback, but doesn't go to Application.fromAdmin() callback. Therefore logout reason can't be extracted from the message as in onLogout() we have just SessionID of the session which is disconnected. |
Comments |
Comment by Christoph John [ 01/Apr/14 ] |
Could not reproduce this in unit tests. |