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