|
From: Elyse B. <ely...@ca...> - 2023-05-18 06:23:51
|
Hi all, The delay in messages issue was solved (load on server). But the time problem is not, it is occurring on 2 different servers even if the servers time is in sync with the internet. The weird behavior, is that when no market data / info securities is received from an amount of time: - the heartbeat messages are not received - (note that the last heart beat message received from market is 2 seconds lower than our last heartbeat) - a test request is sent, no reply from market - if an order is sent, it is lost and does not reach the market - a disconnection occurs - a logon is sent again - The market replies - so the market only replies after a logon is initiated Do you think that the 2 seconds differences cause the market to disconnect from our session until log on again? If yes why don't we receive the disconnection message from the market side? And can we solve similar issues by changing in the session config instead of changing the server time ? (to prevent this behavior on prod for example) |