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
We're testing using EstimoteUWBManager in the demo app. We're finding that any delegate we pass to it (which we hold weakly) is being retained indefinitely. Specifically, it seems EstimoteUWBManager can never be released because it creates its own retain cycle.
Is there anything we can do to release it? We tried calling stopListening(), but it still sticks around.
We're testing using
EstimoteUWBManager
in the demo app. We're finding that any delegate we pass to it (which we hold weakly) is being retained indefinitely. Specifically, it seemsEstimoteUWBManager
can never be released because it creates its own retain cycle.Is there anything we can do to release it? We tried calling
stopListening()
, but it still sticks around.The text was updated successfully, but these errors were encountered: