Merge branch 'master' of github.com:jboner/akka
This commit is contained in:
commit
29dd02bf9b
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ private[akka] class ActorCell(
|
|||
}
|
||||
}
|
||||
|
||||
final def clearActorFields(): Unit = setActorFields(context = null, self = null)
|
||||
final def clearActorFields(): Unit = setActorFields(context = null, self = system.deadLetters)
|
||||
|
||||
final def setActorFields(context: ActorContext, self: ActorRef) {
|
||||
@tailrec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue