Open
Description
There might be a way to instrument the ActorCell/Mailbox so that we will only increment the mailbox size when the message actually ends up in the mailbox and not in the dead letters mailbox. This would ensure that when an actor is receiving messages while it is being stopped, none of those messages will end up being shown as "pending messages" in related actor groups. This is not something that happens all the time, but it can happen .