mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Retry ws connection on error
This commit is contained in:
parent
d0ff493aec
commit
0237d79520
@ -77,6 +77,7 @@ function useValue(): useValueReturn {
|
||||
});
|
||||
},
|
||||
shouldReconnect: () => true,
|
||||
retryOnError: true,
|
||||
});
|
||||
|
||||
const setState = useCallback(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user