With self.handleDeadLetters(startHandling=True), I have registered one Actor in my Actor System to handle dead letters. Whilst this is working as expected with multiprocUDPBase and multiprocUDPBase, it is not working this way in multiprocQueueBase implementation.
Another (apparently random) Actor received the DeadEnvelope message instead.