[Quickfix-developers] (no subject)
Brought to you by:
orenmnero
From: Mark S. <ma...@at...> - 2009-11-16 17:41:01
|
I am a quickfix developer who wrote some quickfix applications. We have an application which is both a server and a client written in C#. It is a client of the vendor but also a server for another client. The client communicating with the server/client written in C++. Once in a while the communication is broken. Our C# server stops responding to our C++ client and does not send heartbeat or even respond to a TestRequest that the client sends. As result our client disconnects from the session and repeatedly sends a logon message to the server. The C# server keeps disconnecting the client believing that the original session is still in progress and the client get a socket reset. This goes on until we restart both. Has anyone seen anything like that before? Did anyone try running a application that is both server and client? Could you please point me in the right direction? |