[Quickfix-developers] MessageStore and SequenceReset A BUG ?
Brought to you by:
orenmnero
From: Stancescu C. <Con...@sw...> - 2002-09-12 08:57:45
|
Consider the following scenario: Party A is sending a SequenceReset with GapFill=20 with seqNum 20 to NewSewNum 25 and afterwards another 3 messages. Party B is crashinf after having received the message with seqNum 15. After restart Party A will ask for messages 16-27, this will end up in pStore->get(15,27, msgVec)=20 but the get call will fail because it expects individual messages from 15-27 (12 messages). I think the get fucntions should take into account SequenceReset messages and process them as special case ! Cheers, Constantin |