Re: [Quickfix-developers] How to check for dropped socket
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-06-23 21:22:27
|
Assuming the counterparty is functioning correctly, yes. When you send = a logon, the counterparty would detect a message gap and initiate a = resend request. That would cause your engine to resend that message, = giving you the opportunity to kill it in the toApp callback. --oren ----- Original Message -----=20 From: Alvin Wang=20 To: Oren Miller=20 Cc: Francis Gingras ; qui...@li... ; = qui...@li...=20 Sent: Friday, June 24, 2005 5:13 AM Subject: Re: [Quickfix-developers] How to check for dropped socket One more question that I just want your clarification. If I send a = message when the session is down, does QF guarantee that it will = automatically push the message out next time QF re-logons? |