Skip to content

Handle token cancellation in between Apple operations#859

Merged
premun merged 5 commits intodotnet:mainfrom
premun:prvysoky/cancellation
Apr 11, 2022
Merged

Handle token cancellation in between Apple operations#859
premun merged 5 commits intodotnet:mainfrom
premun:prvysoky/cancellation

Conversation

@premun
Copy link
Copy Markdown
Member

@premun premun commented Apr 11, 2022

Some operations do not accept the cancellation token (but they are shared with Xamarin so cannot change this) and some operations do not throw but return a "timed out" result.

This change takes that into account and returns APP_LAUNCH_FAILURE if we time out before we reach app start.

Fixes #855

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle --launch-timeout expiration with an appropriate exit code

2 participants