
Keys are reloaded on the main queue when a key change notification is coming in
Reported by Luke Le | September 15th, 2013 @ 04:20 AM
At the moment the GPGKeyManager receives key change notifications on the main queue and reloads the keys on the main queue. This of course is bad, since the UI will block until the keys are reloaded and it's not easy to tell how long that will take.
Workaround that has to be tested thoroughly, dispatch_async the key reloading on a special serial queue.
Comments and changes to this ticket
-
Support September 15th, 2013 @ 04:22 AM
- State changed from new to fixed
(from [cac0bcf757796eee30f6d626352abf2f93903e44]) Perform key reloads triggered by key change notifications in the background. [#57 state:fixed] https://github.com/GPGTools/Libmacgpg/commit/cac0bcf757796eee30f6d6...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป