We are doing migration from JSFC to EMA for consuming HK market real-time data.
We used OmmConsumer to get the data by onUpdateMsg callback function.
The issue happens when the period is during auction close or PM market close.
There is around 30k+ number to update during that period.
You can see the screendump of log that callback of onUpdateMsg is stopped at 16:08:12.
But it is resumed at 16:08:29. There is 27 seconds of delay.
It happens regularly everyday. We also checked that the RTDS server side has no such delayed record.
Could you provide some advice for the coding and troubleshooting?