You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: