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

Fix: Call UI Apis on the main thread #123

Closed
wants to merge 7 commits into from

Conversation

sandmman
Copy link
Contributor

Provides a fix for #869.

Issue

Updating UI apis from the background thread results in undefined behavior. This address the problem by moving the calls onto the main queue in the methods async block.

Testing

Ran a local iOS project using a local pod of BluemixAppID with xcode 9.

@sandmman sandmman changed the base branch from master to development March 20, 2018 20:37
@sandmman sandmman closed this Mar 20, 2018
@sandmman sandmman deleted the issue.backgroundThread branch March 21, 2018 14:10
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