AdaSupport / ios-sdk

EmbedFramework is a small iOS SDK that is used to embed the Ada Chat bot into native iOS applications.
MIT License
4 stars 21 forks source link

Retain Cycles #25

Open Coledunsby opened 3 years ago

Coledunsby commented 3 years ago

There are several retain cycles in AdaWebHost:

I started resolving these (https://github.com/AdaSupport/ios-sdk/pull/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.