We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System.InvalidCastException: 'Unable to cast object of type 'NobodySurrogate' to type 'Akka.Actor.IActorRef'.'
Using Hyperion 0.9.2
The text was updated successfully, but these errors were encountered:
Happens while sending a message that just so happens to include an IActorRef that resolves to ActorRefs.Nobody.
IActorRef
ActorRefs.Nobody
Sorry, something went wrong.
Found a work-around for this issue:
akka.actor { serialize-messages = on serializers { hyperion = ""Akka.Serialization.HyperionSerializer, Akka.Serialization.Hyperion"" } serialization-settings { hyperion { preserve-object-references = false } } serialization-bindings { ""System.Object"" = hyperion } }
Disabling object references resolves the issue. Don't know why yet.
No branches or pull requests
Using Hyperion 0.9.2
The text was updated successfully, but these errors were encountered: