[BUG] Dispatch on Windows: VM process killed with SIGTERM after ~3 minutes, causing ConnectionRefused on mobile
Resolved 💬 5 comments Opened Mar 26, 2026 by jhk1m Closed Apr 29, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Environment
- OS: Windows 11 Pro
- Claude Desktop: 1.1.8629.0
- Plan: Pro
- Mobile: iOS
What's Wrong
Dispatch sessions consistently killed with SIGTERM after ~3 minutes.
Mobile app shows "API Error: Unable to connect to API (ConnectionRefused)".
Root cause chain (from logs)
- Initial failure: EXDEV cross-device rename (D:\Temp -> C:\AppData)
- Workaround applied: TEMP redirected to C:\Temp, permissions fixed
- Workspace now starts successfully (CONNECTED + REACHABLE)
- Dispatch still fails: every session (modest-peaceful-davinci,
resume ID: b186db09-2953-4d9c-b34c-69ed093c4112) spawns cleanly
then receives SIGTERM after ~3 minutes with code=0 (clean kill,
not a crash). 15+ attempts over several hours, 100% failure rate.
Logs
See follow-up comment (too long for issue body).
What Should Happen?
Expected
Dispatch session remains active and processes tasks.d remain active and process tasks without timing out.
Error Messages/Logs
Steps to Reproduce
Steps to Reproduce
- Windows 11 Pro, Claude Desktop 1.1.8629.0
- Open Cowork > Dispatch on desktop
- Open Dispatch on iOS mobile app
- Send any message from mobile
- Wait ~3 minutes
- ConnectionRefused error appears on mobile
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.84 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗