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
sdl_abortOperationWithRequest called when an operation is isCancelled but not is isFinished, and try to call progressHandler in a for-each cycle then try to get a request for the array by index is equal requests.count (out of the range).
Bug Report
sdl_abortOperationWithRequest called when an operation is isCancelled but not is isFinished, and try to call progressHandler in a for-each cycle then try to get a request for the array by index is equal requests.count (out of the range).
sdl_ios/SmartDeviceLink/SDLAsynchronousRPCRequestOperation.m
Line 127 in 3bb5e39
Reproduction Steps
Expected Behavior
No crash and progressHandler for all requests
Observed Behavior
Crash
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: