Closed jaimejiyepark closed 4 years ago
isBackground is true only when the queues are suspended. Use isBackground flag as a proxy areQueuesSuspended flag to avoid crash.
isBackground
areQueuesSuspended
Note: I know I shouldn't put the queues in the mutexQueue but I felt like I should since its conditional upon the state of the background flag
does testing count as that code to reproduce the bug and crazy backgrounding the app?
isBackground
is true only when the queues are suspended. UseisBackground
flag as a proxyareQueuesSuspended
flag to avoid crash.Note: I know I shouldn't put the queues in the mutexQueue but I felt like I should since its conditional upon the state of the background flag