[QFJ-570] Inappropriate sequence resync Created: 16/Dec/10 Updated: 20/May/11 Resolved: 20/May/11 |
|
| 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: | Olivier Lourdais | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
quickfixj-1.5.0 |
||
| Issue Links: |
|
||||||||
| Description |
|
Initial state on client side (not synchronized with server side state, because of some other bugs):
Reception of a TradingSessionStatus message: The MsgSeqNum=571 causes a sequence resync: The Session.forceStoreResync(Message msg) does this:
Just after that, a Heartbeat message is sent: |
| Comments |
| Comment by Olivier Lourdais [ 16/Dec/10 ] |
|
I think the fix is quite easy:
with
|
| Comment by Steve Bate [ 03/May/11 ] |
|
Eric, does this issue go away since forceResync is being removed? |
| Comment by Eric Deshayes [ 03/May/11 ] |
|
Yes, it will. |