If some of your services are stateful, you can implement Symfony\Contracts\Service\ResetInterface and your service will be resetted on each request.
The reset method doesn't seem to be called in my case, could you point me to a symfony component/config I'm missing? I've debugged the container and I could probably find it myself in some time but I thought it would be easier to ask you guys.
We're running symfony 5.3.* with newest roadrunner-bundle.
Hello,
I was wondering about this part, specifically the
The reset method doesn't seem to be called in my case, could you point me to a symfony component/config I'm missing? I've debugged the container and I could probably find it myself in some time but I thought it would be easier to ask you guys.
We're running symfony 5.3.* with newest roadrunner-bundle.
Thanks!