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
Basically- if an FMResultSet goes out of scope, it'll stay in a set forever. Should it have a weak ref somewhere, so it can be dealloc'd and clean up on its own?
The text was updated successfully, but these errors were encountered:
See this twitter thread for info:
https://twitter.com/ccgus/status/671395172375105536
Basically- if an FMResultSet goes out of scope, it'll stay in a set forever. Should it have a weak ref somewhere, so it can be dealloc'd and clean up on its own?
The text was updated successfully, but these errors were encountered: