RE: [Quickfix-developers] QF 1.5.0: Disconnect without TEST reque st
Brought to you by:
orenmnero
From: Brian E. <Br...@ma...> - 2003-10-23 17:37:09
|
J=F6rg, If the socket is in fact dead, your TCP stack may close the socket = before Quickfix does. After you send a TestRequest, there is a time period = that the TCP/IP stack waits for an ACK before it will close the connection. QuickFix doesn't display why a connection got closed, which can make = the logs a little difficult to use in troubleshooting. Brian -----Original Message----- From: Joerg Thoennes [mailto:Joe...@ma...] Sent: Thursday, October 23, 2003 8:58 AM To: developers QuickFIX Subject: [Quickfix-developers] QF 1.5.0: Disconnect without TEST = request Hi all, normally QuickFIX sends a TestRequest before it decides that a=20 connection is dead. But in our logs I found several situations where=20 QuickFIX got no heartbeat and decided to disconnect immediately. Does anybody knows a situation where this could happen? IMHO, this is=20 against the FIX spec. Cheers, J=F6rg --=20 Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |