Skip to content

fix(workspaces): skip reconnect when already connected #1438

fix(workspaces): skip reconnect when already connected

fix(workspaces): skip reconnect when already connected #1438

Triggered via push February 22, 2026 08:51
Status Success
Total duration 13m 53s
Artifacts

ci.yml

on: push
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

Annotations

1 warning
lint: src/features/app/hooks/useRemoteThreadLiveConnection.ts#L506
The ref value 'ignoreDetachedEventsUntilRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ignoreDetachedEventsUntilRef.current' to a variable inside the effect, and use that variable in the cleanup function