Re: [Quickfix-developers] SeqNum not incrementing
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-06-21 16:04:50
|
If you always attach the ResetSeqNum flag to an outgoing message with a sequence number of 1, I imagine that would probably fix the problem as well. This way when QuickFIX sends the reset, it will expect one in return and leave the sequence numbers alone. --oren On Jun 21, 2006, at 10:04 AM, Scott Riopelle wrote: > > As a test, I hacked out some code to detect the duplicate msgSeqNum > sent > with the heartbeat, and automatically increment it as well as all > subsequent messages. This causes my application to work fine, despite > still not having sent the logonRequest message with ResetSeqNum field > set to Y. This doesn't strike me as appropriate behavior, should they > be persisting the connection without that message? |