-
I just attached two patch files that should yield a fix for this issue. Ideally these patch files are applied to SocketConnector.cpp and SocketInitiator.cpp in version 1.12.4 of the QuickFIX C++ source code.
2009-11-11 20:53:27 UTC in QuickFIX
-
I forgot to mention the QuickFIX details
Version: 1.12.4, C++
Compiled using SunPro with 64bit option.
2009-11-10 20:42:21 UTC in QuickFIX
-
The (Socket)Initiator fails to reconnect after a connection timeout. For example if the initiator starts up before the acceptor and the time dely between the starts is greater that the ReconnectInterval value.
Here is what I found in the source code:
1) When the Initiator is initialized, a connection for every configured Session is created and placed in the “disconnected” bin
2...
2009-11-10 20:40:46 UTC in QuickFIX