Fix restart strategy spec by resuming on restart
This commit is contained in:
parent
e4947de718
commit
648c8698a6
1 changed files with 3 additions and 1 deletions
|
|
@ -372,8 +372,10 @@ private[akka] class ActorCell(
|
|||
currentMessage = null
|
||||
}
|
||||
|
||||
if (success)
|
||||
if (success) {
|
||||
dispatcher.resume(this)
|
||||
restartLinkedActors(reason, maxNrOfRetries, withinTimeRange)
|
||||
}
|
||||
|
||||
success
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue