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
I've seen a crash pointing to the [SDLResponseDispatcher clear] method, specifically in the for in loop. It appears that the map is being mutated while being iterated. We should make a local immutable copy, then iterate over that instead.
Reproduction Steps
Unknown
Expected Behavior
No crash
Observed Behavior
Crash
OS & Version Information
iOS Version: 10.3.2
SDL iOS Version: v4.6.2
Testing Against: Ford TDK 3 v. 3.0
The text was updated successfully, but these errors were encountered:
Bug Report
I've seen a crash pointing to the
[SDLResponseDispatcher clear]
method, specifically in thefor in
loop. It appears that the map is being mutated while being iterated. We should make a local immutable copy, then iterate over that instead.Reproduction Steps
Unknown
Expected Behavior
No crash
Observed Behavior
Crash
OS & Version Information
The text was updated successfully, but these errors were encountered: