Skip to content

1. How to reconnect SignalR client after disconnect as fast as possible? 2. There are triggers for start of the session? #626

Answered by theOehrly
supremeremixx asked this question in Q&A
Discussion options

You must be logged in to vote

So if I will create 1 instance of client every 1:50 and always trying to save the data in one file, clients will automatically detect overlapping data and save only actual data once right?

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…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@supremeremixx
Comment options

@theOehrly
Comment options

Answer selected by supremeremixx
@theOehrly
Comment options

@supremeremixx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants