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
dealloc logging can be achieved via NSObject+DeallocNotification category, but category should be extended to provide custom key for notifier (to not conflict with weakElementsPool when using WeakSingleton scope)
I added ability to set dealloc notifier with custom key. You can it use to solve this issue.
Note that using dealloc notifier creates object, don't use it for all objects in production to prevent performance penalty. (it's ok for weak singleton because anyway we need to wrap weak objects)
If we had Typhoon-aop we could use that. . i guess it will have to be a custom solution.
The text was updated successfully, but these errors were encountered: