| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 653 Bytes | |
| v0.5.6 source code.tar.gz | 2026-04-02 | 466.6 kB | |
| v0.5.6 source code.zip | 2026-04-02 | 555.5 kB | |
| Totals: 3 Items | 1.0 MB | 1 | |
v0.5.6 tightens iOS state fetching by switching Droidrun to a single 4-second /state request with no client-side retry.
Highlights
- Droidrun now requests iOS state with
GET /state?timeout=4 - iOS state fetches use a single 4-second budget instead of retrying
- Reduced long-tail delays when the iOS UI is loading or transitioning
- Updated iOS driver documentation to reflect the new timeout behavior
Behavior Changes
- iOS state retrieval is now one attempt only; Droidrun no longer retries on the client side
- The iOS portal is expected to honor the caller-provided
/statetimeout budget - Android state fetching behavior is unchanged