Skip to content

fix: backoff for websocket reconnection (#141) #277

fix: backoff for websocket reconnection (#141)

fix: backoff for websocket reconnection (#141) #277

Triggered via push December 10, 2024 09:05
Status Success
Total duration 57s
Artifacts
Lint Code
45s
Lint Code
Run Tests
39s
Run Tests
Assert code formatting
41s
Assert code formatting
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Run Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Assert code formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint Code: mobile-app/api/env.ts#L8
'assertEnvString' is assigned a value but never used
Lint Code: 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
Lint Code: 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
Lint Code: 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
Lint Code: mobile-app/app/(tabs)/index.tsx#L26
'sortingAlgorithm' is assigned a value but never used
Lint Code: mobile-app/app/joinGroup.tsx#L26
React Hook useEffect has a missing dependency: 'selectGroup'. Either include it or remove the dependency array
Lint Code: mobile-app/app/newMatchPoints.tsx#L9
'AssignFinishModeModal' is defined but never used
Lint Code: mobile-app/app/newMatchPoints.tsx#L10
'AssignPointsToPlayerModal' is defined but never used
Lint Code: mobile-app/app/newMatchPoints.tsx#L12
'Feature' is defined but never used
Lint Code: mobile-app/app/newMatchPoints.tsx#L22
'playerIdx' is assigned a value but never used