Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: install update even if an error occurs in callbacks #787

Merged
merged 1 commit into from
Apr 27, 2017
Merged

sync: install update even if an error occurs in callbacks #787

merged 1 commit into from
Apr 27, 2017

Conversation

sergey-akhalkov
Copy link
Contributor

@sergey-akhalkov sergey-akhalkov commented Apr 10, 2017

Wrap up syncStatusChangeCallback and downloadProgressCallback methods with try/catch block to make it possible to install CodePush updates even if an error occurs while running syncStatusChangeCallback or downloadProgressCallback methods

Relates to #784

Wrap up syncStatusChangeCallback and downloadProgressCallback methods with try/catch block to make it possible to install CodePush updates even if an error occurs while trying to run syncStatusChangeCallback or downloadProgressCallback methods
Copy link

@patniko patniko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@patniko patniko merged commit 2cd2ef0 into microsoft:master Apr 27, 2017
peacechen pushed a commit to peacechen/react-native-code-push that referenced this pull request May 3, 2017
)

Wrap up syncStatusChangeCallback and downloadProgressCallback methods with try/catch block to make it possible to install CodePush updates even if an error occurs while trying to run syncStatusChangeCallback or downloadProgressCallback methods
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.

None yet

3 participants