dependabot-preview[bot] on nuget
Bump Google.Protobuf from 3.15.… (compare)
dependabot-preview[bot] on nuget
Bump NUnit from 3.7.1 to 3.13.1… (compare)
dependabot-preview[bot] on nuget
Bump Microsoft.NET.Test.Sdk fro… (compare)
dependabot-preview[bot] on nuget
Bump System.Configuration.Confi… (compare)
Exception(SerializationInfo info, StreamingContext context)
to be reached from AkkaException
and inheriting classes?
var config = ConfigurationFactory.ParseString(@"
routees.paths = [ using (var system = ActorSystem.Create("MySystem"))
{
var resizer = new DefaultResizer(3, 5, pressureThreshold: 1, rampupRate: 0.1d, backoffRate: 0.0d,
messagesPerResize: 1, backoffThreshold: 0.0d);
var pool = new ConsistentHashingPool(config);
pool.Resizer = resizer;
var router = system.ActorOf(Props.Create<TypedWorker>().WithRouter(pool));