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
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: