Yeah, sounds like you are looking for a ResetOnConnect functionality.
You can probably simulate this by keeping those settings and also
calling reset() on the session in the onConnect callback.
--oren
On Jul 8, 2004, at 4:50 PM, Jon Dahl wrote:
> QuickFIX Documentation:
> http://www.quickfixengine.org/quickfix/doc/html/index.html
> QuickFIX FAQ: http://www.quickfixengine.org/quickfix/doc/html/FAQ.html
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
> I'm currently running a FIX server which resets the SequenceNumbers on
> Disconnect or Logoff(ResetOnDisconnect=Y, ResetOnLogut=Y in my config
> file). If I have a client(s) connected when the server is brought down,
> the sequence numbers are not reset. Then the client takes a long time
> to
> Logon if at all once the server is restarted.
>
> Is this by design or something that needs to be changed in the library?
>
> I'm using QF 1.7.0 on RHE 2.1
>
> Thanks,
>
> JD
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> Quickfix-developers mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
|