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 have a business requirement where a singleton managed by Typhoon must be on memory while the application goes to background too, I tried to put the TyphoonComponentFactory in a static variable but it didn't worked, no matter how all singletons managed by Typhoon are release from memory.
Is this a Typhoon limitation/known issue? How to make sure Typhoon singletons keep alive when application goes to background?
The text was updated successfully, but these errors were encountered:
I have a business requirement where a singleton managed by Typhoon must be on memory while the application goes to background too, I tried to put the TyphoonComponentFactory in a static variable but it didn't worked, no matter how all singletons managed by Typhoon are release from memory.
Is this a Typhoon limitation/known issue? How to make sure Typhoon singletons keep alive when application goes to background?
The text was updated successfully, but these errors were encountered: