6 Replies
FooContext will be initialized onced and then will be reused later inside this scope?
you aren't actually using the scope that you created
i though this "ServiceProvider" is just reference back and don't need to be used 🤔
?
Anubis got it right, you need to access the scoped service provider
you can create multiple scopes and use them simultaneously
so each scope has it's own service provider with services of this scope
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.