Hyperion icon indicating copy to clipboard operation
Hyperion copied to clipboard

Hyperion cannot serialize/deserialize UnconfirmedWarning message

Open alexvaluyskiy opened this issue 7 years ago • 1 comments

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

alexvaluyskiy avatar Mar 24 '17 21:03 alexvaluyskiy

Related bug https://github.com/rogeralsing/Wire/issues/75

alexvaluyskiy avatar Mar 27 '17 18:03 alexvaluyskiy