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
When a Mater.framework controller shuts down, any live subscriptions associated with its fabric should also get cleanly shut down. Right now we would end up with dangling pointers and crashes in that scenario.
Proposed Solution
Have the framework track subscriptions and shut them down.
The text was updated successfully, but these errors were encountered:
Problem
When a Mater.framework controller shuts down, any live subscriptions associated with its fabric should also get cleanly shut down. Right now we would end up with dangling pointers and crashes in that scenario.
Proposed Solution
Have the framework track subscriptions and shut them down.
The text was updated successfully, but these errors were encountered: