You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: