Arkatufus on dev
Fix broken images in NuGet.org … (compare)
Arkatufus on make-icon-urls-absolute
Aaronontheweb on make-icon-urls-absolute
Fix broken incrementalist, buil… update Incrementalist to 0.7.0 … Convert Akka.Streams.Tests to a… and 1 more (compare)
Aaronontheweb on dev
Convert Akka.Streams.Tests to a… (compare)
Aaronontheweb on dev
update Incrementalist to 0.7.0 … (compare)
TargetParameterCountException
Question: I've got a sharded entity actor. It creates a child actor to perform some duty. When this child gets stopped by the entity actor, the following log entry appears:
Akka.Actor.LocalActorRef: Message DeathWatchNotification from akka://bm2cluster/user/sharding/LoonbonVerwerking/3/d8c52c1e-4843-4092-9cc4-43ec8f774737/lbvverrijking to akka://bm2cluster/user/sharding/LoonbonVerwerking/3/d8c52c1e-4843-4092-9cc4-43ec8f774737/lbvverrijking was not delivered. 5 dead letters encountered.
Before implementing sharding, this message didn't get logged.. Any idea's?