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
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
The text was updated successfully, but these errors were encountered:
It tries to cast
Akka.Actor.ActorPath.Surrogate
type toActorPath
I can't reproduce this bug, outside of
AtLeastOnceDelivery
specsThe text was updated successfully, but these errors were encountered: