Re: [Quickfix-developers] MessageStore and SequenceReset A BUG ?
Brought to you by:
orenmnero
From: <OM...@th...> - 2002-09-12 16:10:12
|
Thanks for the report. Sounds like a test case should be added for this scenario. --oren |---------+-----------------------------------------------> | | "Stancescu Constantin" | | | <Con...@sw...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 09/12/2002 03:57 AM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: <qui...@li...> | | cc: | | Subject: [Quickfix-developers] MessageStore and SequenceReset A BUG ? | >----------------------------------------------------------------------------------------------| Consider the following scenario: Party A is sending a SequenceReset with GapFill 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) 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 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |