dependabot[bot] on nuget
Bump AkkaVersion from 1.4.48 to… (compare)
Aaronontheweb on 1.4.49
Receive<WorkComplete>(_ => {
//this never gets called, unless..
});
worker.tell(new StartWorkFor())
does not have a Sender reference
worker.Tell(new StartWorkFor(), Self);
PipeTo
and TPL methods make it explicit
async
and await
just silently fails