[QFJ-573] The text of an unrequested logout message is lost Created: 23/Feb/11 Updated: 08/Nov/12 Resolved: 07/Nov/12 |
|
Status: | Resolved |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | 1.5.0 |
Fix Version/s: | 1.5.3 |
Type: | Improvement | Priority: | Default |
Reporter: | Tom Palmer | Assignee: | Christoph John |
Resolution: | Fixed | Votes: | 0 |
Labels: | None |
Attachments: | logout-text.patch |
Description |
If the target sends an unrequested logout message the text of the message is lost as the event is logged as "Received logout request". This makes debugging these unexpected disconnects difficult. |
Comments |
Comment by Tom Palmer [ 23/Feb/11 ] |
The attached patch checks for the presence of the Text field and will append this to the message if it is present. |
Comment by Christoph John [ 08/Nov/12 ] |
Committed as #1097. |