This might be a very stupid question but I'll ask it none the less. If I'm streaming real time tick data and the ticker plant goes down - it looks like async_rithmic reconnects (just saw it happen in about 1.2 seconds!) and then re-instates the stream.
My stupid question is any data in that 1.2 seconds as far as my stream is concerned is lost to the ether right? There's no magic happening that recovers the interim downtime? Thus if that's true and I want accurate bar aggregation accurately (I'm on volume bars), I'll need to restart my whole system using the on_disconnect callback?
Many thanks in advance! Really great libraray!
This might be a very stupid question but I'll ask it none the less. If I'm streaming real time tick data and the ticker plant goes down - it looks like async_rithmic reconnects (just saw it happen in about 1.2 seconds!) and then re-instates the stream.
My stupid question is any data in that 1.2 seconds as far as my stream is concerned is lost to the ether right? There's no magic happening that recovers the interim downtime? Thus if that's true and I want accurate bar aggregation accurately (I'm on volume bars), I'll need to restart my whole system using the on_disconnect callback?
Many thanks in advance! Really great libraray!