Skip to content
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

Akka.Remote.Serialization.PrimitiveSerializers needs cross platform compatibility #4986

Closed
Arkatufus opened this issue Apr 28, 2021 · 0 comments · Fixed by #4989
Closed

Akka.Remote.Serialization.PrimitiveSerializers needs cross platform compatibility #4986

Arkatufus opened this issue Apr 28, 2021 · 0 comments · Fixed by #4989

Comments

@Arkatufus
Copy link
Contributor

Akka.Remote.Serialization.PrimitiveSerializers breaks when an actor system living inside a .Net core environment sends a remote message to ones that are living inside .Net Framework environment, and vice versa because of the namespace changes introduced between NetFx and NetCore.

Need to change the base class of the serializer to SerializerWithStringManifest to make sure that no future namespace changes will break the wire format again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants