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
A singleton service instance is available across multiple running silos. It is maintained in a WeakMap in order to avoid spawning multiple instances of a service while ensuring unused services can still be garbage collected.
Consider checking singleton dependencies are also singletons, not sure it is that important, but with no use case for singleton depending on non-singleton, it may help prevent programming errors.
The text was updated successfully, but these errors were encountered:
A singleton service instance is available across multiple running silos. It is maintained in a WeakMap in order to avoid spawning multiple instances of a service while ensuring unused services can still be garbage collected.
Consider checking singleton dependencies are also singletons, not sure it is that important, but with no use case for singleton depending on non-singleton, it may help prevent programming errors.
The text was updated successfully, but these errors were encountered: