For some reason, my app just started doing this after months of not doing so. This popped up after a seemingly-unrelated use of OperationQueue
(I always use main
, so it's done on Thread 1).
As you can see, I call the exact same function 6 times in a row, and only on the 4th time does it fail. I see no pattern...