[Quickfix-developers] QuickFix hangs forvever if the the FIX session gets loggged out while the net
Brought to you by:
orenmnero
From: christophe v <cve...@ho...> - 2009-11-25 17:59:19
|
Hi, We are using a vpn to connect to our FIX broker's server. We have been experiencing different behaviour when the vpn connection gets disconnected. Note that we are using the C++ implementation of QuickFix and I have set the ReconnectInterval to 1sec. 1st Case : If the vpn connection is disconnected but is reconnected before the FIX::onLogout event occurs, the FIX session reconnects as soon as the onLogout event happens. 2nd Case: If the vpn connection is disconnected but is reconnected only after FIX::onLogout event occurs, the FIX session takes approximately 6min before it tries to issue another logon request. During these 6min nothing happens, no FIX messages are exchanged between our application and the FIX server. Does anybody has any clue of what might be happening? To me it looks like a quickfix setting, in that case how can we change that behaviour? Thanks Chris -- View this message in context: http://old.nabble.com/QuickFix-hangs-forvever-if-the-the-FIX-session-gets-loggged-out-while-the-network-connection-is-down.-tp26517490p26517490.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |