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 started resolving these (#24) but realized that this would likely break the scenario of launching the view controller multiple times from the same AdaWebHost instance. I would prefer to use AdaWebHost as a non singleton instance but the retain cycles currently prevent that.
The text was updated successfully, but these errors were encountered:
There are several retain cycles in AdaWebHost:
reachability.whenReachable
closureDispatchQueue.main.asyncAfter
closureuserContentController.add(self, name: "...")
(x3)I started resolving these (#24) but realized that this would likely break the scenario of launching the view controller multiple times from the same
AdaWebHost
instance. I would prefer to useAdaWebHost
as a non singleton instance but the retain cycles currently prevent that.The text was updated successfully, but these errors were encountered: