[Quickfix-developers] Racing Condition?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-09-25 23:22:31
|
Hi, I am using the latest QuickFIX C++ and have several ThreadedSocketInitiators in 1 process. I have the following setup: StartTime=21:59:59 EndTime=22:00:01 StartDay=Sunday EndDay=Friday RefreshOnLogon=N ResetOnLogout=N ResetOnDisconnect=N I notice that if I start my process at 21:45:00 and start calling FIX::sendToTarget() every 5 sec (21:59:59-22:45:00/5 sec=179.x messages). Some FIX sessions will logon with a sequence # of 180 at 21:59:59, some with 180 and reset to 1 correctly. Does anyone know what's going on? Is there a specific unit test for that? If yes, please let me know how to run it. Thanks in advance. Cheers, Hei |