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
SDLFileManager doesn't call completion handler when it is shut down before transition to Ready state.
This causes that SDLLifecycleManager continues waiting dispatch_group. As a result, memory leaks occurs.
Reproduction Steps
connect SDL Proxy to HU
disconnect SDL Proxy during connection setup phase
repeat 1 - 2
Expected Behavior
Memory leak does not occur
Observed Behavior
Memory leak occurs
OS & Version Information
iOS Version: all
SDL iOS Version: 5.1.1, 5.2.0
Testing Against: Our internal HU devboard
Test Case, Sample Code, and / or Example App
I will create PR later.
The text was updated successfully, but these errors were encountered:
Bug Report
SDLFileManager doesn't call completion handler when it is shut down before transition to Ready state.
This causes that SDLLifecycleManager continues waiting dispatch_group. As a result, memory leaks occurs.
Reproduction Steps
Expected Behavior
Memory leak does not occur
Observed Behavior
Memory leak occurs
OS & Version Information
Test Case, Sample Code, and / or Example App
I will create PR later.
The text was updated successfully, but these errors were encountered: