Hyperion
Hyperion copied to clipboard
Hyperion cannot serialize/deserialize UnconfirmedWarning message
It tries to cast Akka.Actor.ActorPath.Surrogate
type to ActorPath
System.InvalidCastException: Unable to cast object of type 'Surrogate' to type 'Akka.Actor.ActorPath'.
at lambda_method(Closure , Stream , DeserializerSession )
at Hyperion.ValueSerializers.ObjectSerializer.ReadValue(Stream stream, DeserializerSession session)
I can't reproduce this bug, outside of AtLeastOnceDelivery
specs
Related bug https://github.com/rogeralsing/Wire/issues/75