my application request first realtime code chain at 9:20 and request first delay code chain at 9:40. The realtime code chain request is ok, but when I request delay code chain, many timeout occurs for the first delay code chain, and thus cannot more consequent chains. The timeout may occur many minutes, with lots of message like this:
onStatusMsg: [2020-01-03 23:00:01 670769][38:140340090267392]
Item Name: 0#/UNIVERSE.PK
Service Name: ELEKTRON_DD
Item State: Open / Suspect / Timeout / 'Request timed out.'
and then
onStatusMsg: [2020-01-03 23:00:13 242627][38:140340090267392]
Item Name: 0#/UNIVERSE.PK
Service Name: ELEKTRON_DD
Item State: Open / Suspect / None / 'Service for this item was lost.'
But if I restart my application, all code chain can be requested well. So it seems the physical connection from my application to trep server should be fine. Why the previous
timeout occurs continuously. I know ema sdk(c++) will try to reconnect but why it always connects with timeout ? Can I view more log information from sdk where I can inspect what
is wrong? Thanks.