Provider loop discovery almost finished

Provider lookup will lookup on startup, do the healthcheck until the
stream starts and also restart on stream closure or provider stall
This commit is contained in:
2026-09-12 23:28:15 +01:00
parent 196e1d8916
commit 528c62288a
8 changed files with 114 additions and 19 deletions
-4
View File
@@ -31,7 +31,3 @@ func IsRunning() bool {
return true
}
func (i *IRacing) Stalled() bool {
return i.Stalled()
}