bottom icon indicating copy to clipboard operation
bottom copied to clipboard

Add max timeout to data collection

Open ClementTsang opened this issue 3 years ago • 1 comments

Describe the feature request

It's possible for parts of data collection to stall indefinitely. It shouldn't block permanently.

This is kinda a bug but also not really, so I'll write it down as a feature.

ClementTsang avatar Mar 03 '22 05:03 ClementTsang

As a suggestion for this feature, I think a good design is to use the previous ticks data in case of a timeout, and output an error message somewhere to indicate there was missing data.

Technically that's not the most accurate thing to do, but I think it's what would be the most useful as a default.

arcuru avatar May 20 '22 16:05 arcuru