[Quickfix-developers] Socket Error when expecting a Logout message response
Brought to you by:
orenmnero
From: Yoav <yo...@ya...> - 2008-03-12 19:24:58
|
QuickFix version 1.12.4 (C++), Solaris 10 I'm implementing a clean shutdown in my FIX client. When the process is being killed I send Logout message on all my QF Initiator sessions. I see the following problem: Sometimes everything works, meaning: I see the Logout message being sent and the response being received. But sometimes I see the Logout message being sent and immediately I see an error: "(Socket Error: Connection reset by peer.)" 2 comments: 1) The 'peer' in my case is 'stunnel' which is doing port forwarding 2) During the time I kill my FIX process there are incoming messages (MarketDataSnapshotFullRefresh) Any clue will be highly appreciated, Yoav |