Open DimaVartanian opened 9 years ago
Thanks! I'm working on switching all of the device communications over to a dedicated serial NSOperationQueue
, with delegate methods called on the main queue to update the UI as necessary after changes to the device complete.
The Apple docs state:
I think this project is great and can be improved even more by moving some of the session setup into a dedicated
NSOperationQueue
for better performance. Keep it up! :)