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
Some scenarios don't lend well to using a shared instance of REstateHost, such as if you have scoped kernels, or if you plan to inject REstateHost as a dependency. This is also supported and is honestly even easier.
Whenever you need a host, just instantiate it with the REstate Container you made before.