Skip to content

fix: add retry logic for simulator TCP connections #17

Description

@matixan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions