OrleansContrib / Orleans.Clustering.Kubernetes

Orleans Membership provider for Kubernetes
MIT License
188 stars 47 forks source link

Client cant connect when update orleans to 7.2.1 #68

Closed Magehernan closed 10 months ago

Magehernan commented 1 year ago

When i have this nuget in my client and run it, when it try to connect throw a exception.

System.MissingMethodException: 'Method not found: 'System.Threading.Tasks.Task`1 Orleans.GrainDirectory.IDhtGrainDirectory.RegisterAsync(Orleans.Runtime.GrainAddress, Int32)'.'

I only try it on my local machine using UseLocalhostClustering not the kubernetes option and before the update works.

Anyone know how to resolve it? thanks