RequestQueue icon indicating copy to clipboard operation
RequestQueue copied to clipboard

dequeueOperations crash

Open rabbitmouse opened this issue 9 years ago • 0 comments

if (!self.suspended) { NSInteger count = MIN([self.operations count], self.maxConcurrentRequestCount ?: INT_MAX); for (int i = 0; i < count; i++) { //crash in here , cout > self.operations.count......NSRangeException [(RQOperation *)self.operations[i] start]; } }

rabbitmouse avatar Oct 25 '16 03:10 rabbitmouse