dependabot-preview[bot] on nuget
Bump AkkaVersion from 1.4.14 to… (compare)
dependabot-preview[bot] on nuget
Bump AkkaVersion from 1.4.14 to… (compare)
dependabot-preview[bot] on nuget
Bump MongoDB.Driver from 2.11.5… (compare)
1<Hyperion.Surrogate>, System.Collections.Generic.IEnumerable
1<Hyperion.SerializerFactories.ValueSerializerFactory>, System.Collections.Generic.IEnumerable`1<System.Type>)'.
public class ClassName : ReceiveActor, IWithUnboundedStash
{
public IStash Stash { get; set; }
public ClassName()
{
ReceiveAny(_ => Stash.Stash());
}
void BecomeLoaded()
{
Stash.UnstashAll();
}
}
Cannot find serializer with id [7]. The most probable reason is that the configuration entry 'akka.actor.serializers' is not in sync between the two systems.