diff --git a/web/src/api/ws.tsx b/web/src/api/ws.tsx index 5d7d400f0..f68d2b4a3 100644 --- a/web/src/api/ws.tsx +++ b/web/src/api/ws.tsx @@ -77,6 +77,7 @@ function useValue(): useValueReturn { }); }, shouldReconnect: () => true, + retryOnError: true, }); const setState = useCallback( diff --git a/web/src/components/graph/CameraGraph.tsx b/web/src/components/graph/CameraGraph.tsx index 31fef288b..f2b327da1 100644 --- a/web/src/components/graph/CameraGraph.tsx +++ b/web/src/components/graph/CameraGraph.tsx @@ -116,7 +116,7 @@ export function CameraLineGraph({ return (