dependabot[bot] on nuget
Bump Microsoft.NET.Test.Sdk fro… (compare)
dependabot[bot] on nuget
Bump Microsoft.NET.Test.Sdk fro… (compare)
Aaronontheweb on dev
Tutorial improvements (#6057) … (compare)
Aaronontheweb on dev
Bump XunitVersion from 2.4.1 to… (compare)
Aaronontheweb on nuget
Receive<SendTo>(send => {
string recipient = send.Recipient;
object message = send.Message;
var child = GetChild(recipient);
if (Equals(child, ActorRefs.Nobody))
{
child = Context.ActorOf(childProps, recipient);
}
child.Forward(message);
});
Context.Child
is O(1) - it's a dictionary lookup