Fix compilation error in typed actor
This commit is contained in:
parent
a9fe796eae
commit
66e7155ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ object TypedActor extends ExtensionId[TypedActorExtension] with ExtensionIdProvi
|
|||
case null ⇒
|
||||
case some ⇒
|
||||
some.actorVar.set(context.system.deadLetters) //Point it to the DLQ
|
||||
proxyVar.set(null)
|
||||
proxyVar.set(null.asInstanceOf[R])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue