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
As soon as you start declaring your Wrapper Repos as Sf services, because they require some other Sf service as dependency, it is quite easy to get into a situation of circular dependency.
This can be fixed by declaring services lazy, but it is both tedious and slows things down a bit at runtime.
Is there a better solution?
What if we f.e. allow to add 'service ids' into the Entity Manager as an alternative to injecting fully-built services?
The text was updated successfully, but these errors were encountered:
As soon as you start declaring your Wrapper Repos as Sf services, because they require some other Sf service as dependency, it is quite easy to get into a situation of circular dependency.
This can be fixed by declaring services lazy, but it is both tedious and slows things down a bit at runtime.
Is there a better solution?
What if we f.e. allow to add 'service ids' into the Entity Manager as an alternative to injecting fully-built services?
The text was updated successfully, but these errors were encountered: