[Quickfix-developers] Pending Connections..
Brought to you by:
orenmnero
|
From: Mark R. <mr...@pr...> - 2006-12-21 11:11:51
|
QF Version: 1.12.1 Platform: Windows =20 Hi all, =20 I am having a problem with pending connections on an initiator... if a connection is dropped or lost then it is marked as disconnected and at some point in the future, it is marked as "Pending" and an attempt is made to kick off a reconnection attempt. However, what I am seeing is that if that attempt fails, it stays as pending and it is never set as disconnected again meaning that it never tries again... The onDisconnect() function of Socketinitiator doesn't seem to get called ever again! I would have thought that after [LogonTimeout] seconds, the connection would be marked as disconnected again ready for another retry. =20 Have I missed something here or is this a genuine problem? =20 Regards, Mark |