Data updates from trade updates seem to time out

Hello,

It seems that if I don’t execute on_trade_updates within a certain amount of seconds after an update is sent, the update will time out. Is this true? how soon must the coroutine be executed before it times out?

I noticed this by executing the on_trade_updates coroutine at the end of synchronous loop. When the synchronous loop took only a second to complete, the trade update coroutine would execute as expected. On the other hand if the synchronous loop took 20 seconds, the trade updates from that loop would never be executed (this is where i assumed they must be “timing out”)