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
ManagerRegistry is able to reset entity managers, but I think we missed wiring this capability with the kernel.reset tag so that EM are reset between requests in long-running loops.
Given the dependency on LazyLoadingInterface, this should be done only when the interface is found of course.
The text was updated successfully, but these errors were encountered:
Follow up of symfony/symfony#34720
ManagerRegistry
is able to reset entity managers, but I think we missed wiring this capability with thekernel.reset
tag so that EM are reset between requests in long-running loops.Given the dependency on
LazyLoadingInterface
, this should be done only when the interface is found of course.The text was updated successfully, but these errors were encountered: