[Quickfix-developers] how does the Fix engin react when we get out of sequence number
Brought to you by:
orenmnero
From: Pierre El-k. <pi...@al...> - 2010-04-14 13:34:53
|
Hello How does the quick fix engine react when we do get out of synch In case the Acceptor expects sequence .number = 20 and initiator logs on with 1., what I have seen is that the acceptor disconnects without any notice?? And this is problematic In case the Acceptor expects se.no = 1 and initiator logs on with 20. Then the acceptor should initiates a gap fill, but what I have seen is that the initiator sends sequence rest and not answering the acceptor gap fill. In case the communications is running then the gap fill and reset se.no is ok but on connection we get a problem if we disconnect on getting lower sequence number than expected. I think there is something messing her regarding to robustness of the protocol?? Best regards |