1. How to reconnect SignalR client after disconnect as fast as possible? 2. There are triggers for start of the session? #626
-
Hello!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I don't really have a perfect solution for either problem.
|
Beta Was this translation helpful? Give feedback.
No, you would have each "instance" record data to a new file, not the same file.
The overlap is recognized during data loading. The
LiveTimingData
object can be provided with multiple files as input, as long as those are in chronological order.See:
https://docs.fastf1.dev/livetiming.html#usage-example
https://docs.fastf1.dev/livetiming.html#fastf1.livetiming.data.LiveTimingData
I'm not aware of any flags that indicate the actual start of a session. But I also haven't looked for them. They may well ex…