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
The Factory isn't Singleton, as it will create a new instance of the type it is registered with.
What happens afterwards with the new instance is not further controlled by get_it
Am 12. Dez. 2023, 19:39 +0100 schrieb Nicos Nicolaou ***@***.***>:
Hello,
I have two questions about the registerFactory. According to documentation the registerFactory creates every time a new instance when it calls.
1. > Does registerFactory is singleton as well?
2. > Does the previous registerFactory instance destroy when create a new one or keep the previous and the new instance as well?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Hello,
I have two questions about the registerFactory. According to documentation the registerFactory creates every time a new instance when it calls.
Does registerFactory is singleton as well?
Does the previous registerFactory instance destroy when create a new one or keep the previous and the new instance as well?
The text was updated successfully, but these errors were encountered: