For example, if I want to remove redundant messages from the queue, so that when an actor receives a Connect message, he must check his mailbox and delete other Connect messages to make only one connection instead of several.
Is this possible?
source share