Re: [Quickfix-developers] Logout Timeout
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-01-05 14:51:52
|
Yes Jason, it is currently hardcoded to the value recommended by the=20 specification. We have already received a patch for turning this into=20= a parameter, so if you like you can do less work and just increase the=20= timeout to something larger. The next release will have this parameter. --oren On Jan 5, 2005, at 2:43 AM, Jason Fagan wrote: > Hi, > > =A0 > > I have just started using QuickFIX 1.9.4 in an application connecting=20= > to CME and I have run into a minor problem with timeouts when waiting=20= > for the Logout message from the exchange. After looking at the code I=20= > see that in SessionState.h line 97 there is a hard-wired value of 2. > > =A0 > > Before I modify the code to make this a configurable parameter I=20 > wanted to check if my assumptions are right and if I make the changes=20= > can I submit them for inclusion in the next release? > > =A0 > > Regards, > > =A0 > > Jason Fagan |