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

I am blocking the main thread and waiting sync till TrueTime responds. But it blocks forever! #94

Open
filipesaz opened this issue Apr 3, 2021 · 1 comment

Comments

@filipesaz
Copy link

Hi!
I was blocking the main thread and waiting sync for TrueTime response. But it would forever wait!

Upon inspection, I realized that even though TrueTime code appears to be thread-safe, It is issuing some or all of its network calls on CFRunLoopGetMain().

It would seem to me to be better if it did not use the main thread to get its job done.
Thanks.
Regards.

@galdahan
Copy link

Did you find any solution for that problem?

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

No branches or pull requests

2 participants