Re: [Quickfix-developers] SequenceReset bug?
Brought to you by:
orenmnero
From: Kbo K. <kbo...@gm...> - 2008-07-01 10:18:27
|
<oren@...> writes: > There is not a setting for it currently, but you can go to Session.cpp > in the doTargetTooHigh method, and comment out this line: m_state.queue( > msgSeqNum, msg ); > > I believe that should do it. Just did that, and it seems to work. However, I am not sure the engine processes the 'too high' message at all (call it message N) - it seems to, but I fail to understand how since I don't queue it, and the resend request is only for 0 to N-1. Can anyone please explain? Thanks, Kbo |