Follow up of symfony/symfony#34720
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.
Follow up of symfony/symfony#34720
ManagerRegistryis able to reset entity managers, but I think we missed wiring this capability with thekernel.resettag 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.