Description
Activity nodes don't appear in real-time on the monitor. Users need to manually refresh the page to see new nodes after agent actions.
Expected Behavior
Nodes should appear automatically as activity streams in via WebSocket, without needing page refresh.
Actual Behavior
- Agent performs actions (exec, API calls, etc.)
- Monitor page shows nothing new
- After manual page refresh, the node appears
- Node disappears again on next refresh
Environment
- Crabwalk v1.0.9
- Windows 10
- OpenClaw gateway on ws://127.0.0.1:18789
- Browser: Edge (also tested via network IP on mobile)
Steps to Reproduce
- Start crabwalk daemon
- Open /monitor in browser
- Have agent perform an action
- Observe: no node appears
- Refresh page
- Node now visible (briefly)
Seems like the WebSocket connection might not be properly streaming events to the frontend.
Description
Activity nodes don't appear in real-time on the monitor. Users need to manually refresh the page to see new nodes after agent actions.
Expected Behavior
Nodes should appear automatically as activity streams in via WebSocket, without needing page refresh.
Actual Behavior
Environment
Steps to Reproduce
Seems like the WebSocket connection might not be properly streaming events to the frontend.