OrleansContrib/Orleans.Clustering.Kubernetes

Client cant connect when update orleans to 7.2.1

Magehernan opened this issue · 0 comments

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.AddressAndTag> 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