Re: [Quickfix-developers] Problem in Sending andRecievingmessagesusingQuickFIX
Brought to you by:
orenmnero
From: Pramod.S.Warrier <pwa...@in...> - 2002-08-06 17:16:53
|
Hi, I dont think that is the case. Because its not the quickfix which is issuing the Logoff message. Its the SunGard Engine that is closing the connection and sending my program the logoff message (onLogoff function is being called). And its written in the log file of SunGard that this may be because of some communication problem. As for my initiator its only sending Logon messages to the SunGrad acceptor. And retrying after the ReconnectInterval specified after it gets a Logoff message from the other side. So i would like to know the possible reasons for getting these communication problems using QuickFIX ? Thanks and Regards, Pramod. OM...@th... wrote: > The other possibility is that SunGuard is sending a sequence number that is > lower than QuickFIX is expecting. This would cause QuickFIX to immediately > kill the connection. > > --oren > |