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
{{ message }}
This repository was archived by the owner on Jul 12, 2023. It is now read-only.
I would expect every sub-request runs in its own scope. So sub-request gets new instance for scoped services.
As a workaround I tried to define custom BatchMiddlewareEvents class and it seems to work.