Orleans IPersistentState POCO Namespace Versioning problems
I’m using <PackageReference Include="Microsoft.Orleans.Sdk" Version="8.2.0" />
To generate a serializer for a pretty simple record:
Orleans Cluster using docker container
Im using orleans and running silos in many vm each vm has the image of the server(silo) we develop
all silos joins the cluster but only the first one get the status 3 but all others get status 2 and then 6 when i read logs i figure out that silos are not able to communicate with each other Note(all vms are running on the same network)