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
(fix) wrap lazy loaded optlyfilemanager in a serial queue (#342)
* don't lazy load file manager since it is used in every method call and seems to be a pretty lightweight object.
* don't need getter method for data store
* had to use a queue for lazy loading since there was some problem creating the file manager in the init call.
* fix using queue
* change queue name to something more unique
* test outside of queue before trying to create file manager
* fix weak self and use strong self inside of dispatch_sync block
0 commit comments