[QFJ-383] Add ability to infer sequence reset acknowledgement Created: 11/Dec/08 Updated: 15/Nov/12 Resolved: 05/Apr/10 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | None |
| Affects Version/s: | 1.3.3, 1.4.0 |
| Fix Version/s: | 1.5.0 |
| Type: | New Feature | Priority: | Default |
| Reporter: | Steve Bate | Assignee: | Laurent Danesi |
| Resolution: | Fixed | Votes: | 3 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
This is related to the linked issue and a Cameron FIX bug. |
| Comments |
| Comment by Steve Bate [ 11/Dec/08 ] |
|
In the Session logon response processing, add an configuration setting to specify that if a reset was sent but not acknowledged and the sequence number = 1 then accept the logon. This is not FIX compliant but it's more friendly than disconnecting in this situation. |
| Comment by Joseph Walton [ 05/Feb/09 ] |
|
We're currently looking at changing this behaviour unconditionally, for interoperability. It would really help to see this feature added. This is a proposed patch against the trunk to add the same behaviour behind an "InferResetSeqNumAccepted", with tests. |