[Quickfix-developers] Possible Bug w/ Duplicate SenderCompID's
Brought to you by:
orenmnero
From: Jon D. <jd...@wi...> - 2004-10-05 14:50:01
|
It seems that if a client connects to an Acceptor app with a SenderCompID already connected, it causes the MsgSeqNum to change to the new connection instead of just dropping the connection. Subsequently, the valid client can't enter valid messages until either it disconnects or the server is restarted. We reset our sequence numbers after disconnect and logoff. Those who don't, may run into a bigger problem. Anyone else run into this? QF 1.9.0 RHAS 2.1 gcc 3.04 -------- config: ..... ResetOnDisconnect=Y ResetOnLogout=Y -jd- |