Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Orleans 8, how can I check if a Client IsInitialized / a Host IsUnavailable? #9239

Open
octavian-niculescu10 opened this issue Nov 19, 2024 · 1 comment

Comments

@octavian-niculescu10
Copy link

Hello,
In Orleans 3, we've had some properties which would've helped us know the status of our client/host. For example, in the clusterClient, you had IsInitialized and in the Hosts you had IsUnavailable.

In Orleans 8 these two properties do not exist anymore - how can we obtain a similar behavior in Orleans 8?

@ledjon-behluli
Copy link
Contributor

@octavian-niculescu10 the client now is started as part of its host process, so when the host is ready (assuming the cluster could be contacted) than your client will be already initialized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants