You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was able to reproduce this in another project. But in essence, if I create an ActorSelection using wildcard syntax, i.e. /user/*/foo - if there are 0 actors who can be found using this selection, the message simply gets eaten and there's no record of it.
Whereas if I wasn't using a wildcard matching rule, this undeliverable ActorSelectionMessage gets delivered into DeadLetters, which is what is expected.
We should fix this edge-case to match the expected behavior.