Summary
`sendRemoteCommand` fails immediately on timeout. Should retry 2-3x with backoff — simulator may be in the middle of loading/rendering.
Status: Implemented — retries up to 3x with incremental backoff (500ms, 1s, 1.5s). Skips retry on ECONNREFUSED (simulator not running).
🤖 Generated with Claude Code
Summary
`sendRemoteCommand` fails immediately on timeout. Should retry 2-3x with backoff — simulator may be in the middle of loading/rendering.
Status: Implemented — retries up to 3x with incremental backoff (500ms, 1s, 1.5s). Skips retry on ECONNREFUSED (simulator not running).
🤖 Generated with Claude Code