Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 13:23
· 38 commits to main since this release
6a94ebe
fix: quit runwda when wda dies (#389)

With this changes ios runwda will exit with error when WDA app dies (e.g. killed with ios kill, killed manually with AppSwitcher, or when iPhone is turned off).
dtxConnection's BreakdownCallback is implemented with Functionals Options Pattern, so it's fully optional and shouldn't affect any other dtxConnection usages.