Merge pull request #22831 from akka/wip-typed-protocal-patriknw
use "akka" as protocol also for typed
This commit is contained in:
commit
24f625393f
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ private[typed] class ActorSystemImpl[-T](
|
|||
|
||||
private val terminationPromise: Promise[Terminated] = Promise()
|
||||
|
||||
private val rootPath: a.ActorPath = a.RootActorPath(a.Address("typed", name))
|
||||
private val rootPath: a.ActorPath = a.RootActorPath(a.Address("akka", name))
|
||||
|
||||
private val topLevelActors = new ConcurrentSkipListSet[ActorRefImpl[Nothing]]
|
||||
private val terminateTriggered = new AtomicBoolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue