-
Notifications
You must be signed in to change notification settings - Fork 62
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
Version tolerance is not working under CoreClr #60
Labels
Milestone
Comments
Em... guys...
So this is the cause I could not reproduce bug in hyperion tests... |
I will make a PR |
Running into a version of this issue on the Akka.NET project itself:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am testing the Akka Cluster update process.
I have two nodes with the only difference that they have different assembly versions (with the same code).
One "old" node has version
0.0.0-local
assemblies and the new node has0.0.1-local
ones.I am running everything under net-core under ubuntu (Akka.Net 1.3.0). Also, I've made custom Hyperion build with net-core support and Akka.Serialization.Hyperion with core support so cluster is running well.
So after updating assembly version numbers on on of the nodes I receive this error messages on the "old" node:
The main problem with futher debugging is that I could not manage to load Hyperion solution properly under VS2017 (is there any instruction to correctly load Hyperion.FSharpTestTypes?). Meanwhile, build scripts are working well.
Any advice of fixing issue?
Thanks.
The text was updated successfully, but these errors were encountered: