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
If service declared as non-public it stops to be shared, means for every consumer of such a service a new one will be instantiated. Explicit shared: true makes no difference. With public: true works as expected (shared by default).
Behaviour has been noticed for compiled ContainerBuilder, but not dumped.