go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

fix: quit runwda when wda dies

Open michal-przytarski opened this issue 1 year ago • 1 comments

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.

michal-przytarski avatar Mar 22 '24 13:03 michal-przytarski

I rebased it into main to resolve merge conflicts. Now it's up to date

michal-przytarski avatar May 09 '24 09:05 michal-przytarski