fix: backoff for websocket reconnection (#141) #277
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run lint:
mobile-app/api/env.ts#L8
'assertEnvString' is assigned a value but never used
|
Run lint:
mobile-app/api/realtime/useRealtimeConnection.ts#L117
The ref value 'client.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'client.current' to a variable inside the effect, and use that variable in the cleanup function
|
Run lint:
mobile-app/api/realtime/useRealtimeConnection.ts#L119
React Hook useEffect has missing dependencies: 'hoher' and 'writeLogs'. Either include them or remove the dependency array. Mutable values like 'client.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Run lint:
mobile-app/api/utils/create-api.tsx#L106
React Hook useEffect has missing dependencies: 'api' and 'writeLog'. Either include them or remove the dependency array
|
Run lint:
mobile-app/app/(tabs)/index.tsx#L26
'sortingAlgorithm' is assigned a value but never used
|
Run lint:
mobile-app/app/joinGroup.tsx#L26
React Hook useEffect has a missing dependency: 'selectGroup'. Either include it or remove the dependency array
|
Run lint:
mobile-app/app/newMatchPoints.tsx#L9
'AssignFinishModeModal' is defined but never used
|
Run lint:
mobile-app/app/newMatchPoints.tsx#L10
'AssignPointsToPlayerModal' is defined but never used
|
Run lint:
mobile-app/app/newMatchPoints.tsx#L12
'Feature' is defined but never used
|
Run lint:
mobile-app/app/newMatchPoints.tsx#L22
'playerIdx' is assigned a value but never used
|
Loading