public static interface DistributedPubSubMediator.Internal$.ChildActorTerminationProtocol
Sending Subscribe/Unsubscribe message to child actor after child has been terminated but Terminate message did not yet arrive to parent.
Sending Subscribe/Unsubscribe message to child actor that has Prune message queued and pruneDeadline set.
In both of those situation parent actor still thinks that child actor is alive and forwards messages to it resulting in lost ACKs.