=doc fix comment for safe-shutdown-example-bad
The `PoisonPill` of course isn't stashed - probably a copy-paste-leftover from the 'good' example.
This commit is contained in:
parent
f265b88077
commit
c9226c7d0a
1 changed files with 0 additions and 1 deletions
|
|
@ -392,7 +392,6 @@ object PersistenceDocSpec {
|
|||
// order of received messages:
|
||||
// a
|
||||
// # b arrives at mailbox, stashing; internal-stash = [b]
|
||||
// # PoisonPill arrives at mailbox, stashing; internal-stash = [b, Shutdown]
|
||||
// PoisonPill is an AutoReceivedMessage, is handled automatically
|
||||
// !! stop !!
|
||||
// Actor is stopped without handling `b` nor the `a` handler!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue